Run clippy in CI

This commit is contained in:
Oliver Hamlet
2025-04-27 07:23:34 +01:00
parent 9c4f9dcb5e
commit 2b37e15f2b
2 changed files with 13 additions and 3 deletions
+10
View File
@@ -16,6 +16,16 @@ jobs:
cargo fmt -- --version
cargo fmt --all -- --check
clippy:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Run clippy
run: |
cargo clippy -- --version
cargo clippy --all --all-targets -- -Dwarnings
build:
strategy:
matrix: