Skip to content

Commit

Permalink
fix: Add --all and --fix tags to clippy command in CI to avoid mislea…
Browse files Browse the repository at this point in the history
…ding errors / warnings
  • Loading branch information
ckoopmann committed Aug 5, 2024
1 parent fb50bc5 commit 03b0544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: clippy
args: -- -D warnings
args: --all --fix -- -D warnings

0 comments on commit 03b0544

Please sign in to comment.