1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

ci: lint with selinux

This commit is contained in:
Daniel Hofstetter 2025-04-18 13:19:18 +02:00
parent 38ef20c385
commit 5e929577a8

View file

@ -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"