From 5e929577a8afae4e2161d3dc0ab826e248067d2d Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Fri, 18 Apr 2025 13:19:18 +0200 Subject: [PATCH] ci: lint with selinux --- .github/workflows/CICD.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 890cc734a..df1fba73c 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -1198,3 +1198,5 @@ jobs: run: | lima ls lima bash -c "cd work && cargo test --features 'feat_selinux'" + - name: Lint with SELinux + run: lima bash -c "cd work && cargo clippy --all-targets --features 'feat_selinux' -- -D warnings"