Skip to content

Commit

Permalink
fix: deny stuff, nobody reads warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
kristof-mattei committed Sep 23, 2022
1 parent c8c8835 commit 20a9980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ jobs:
uses: actions-rs/clippy-check@b5b5f21f4797c02da247df37026fcd0a5024aa4d # tag=v1.0.7
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --workspace --all-targets --all-features -- --deny clippy::all --warn clippy::pedantic --warn clippy::cargo
args: --workspace --all-targets --all-features -- --deny clippy::all --deny clippy::pedantic --deny clippy::cargo
name: Clippy report

docker-build:
Expand Down

0 comments on commit 20a9980

Please sign in to comment.