Skip to content

Commit

Permalink
Run pedantic clippy in CI
Browse files Browse the repository at this point in the history
This would be better as a pre-commit, but I could not for the life of me figure out how to pass in the `-W clippy::pedantic` argument to the pre-commit config
  • Loading branch information
natemcintosh committed Jul 29, 2024
1 parent 1266b01 commit 9b0b597
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Run pedantic clippy
run: cargo clippy -- -D warnings -W clippy::pedantic

0 comments on commit 9b0b597

Please sign in to comment.