We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80d4cdd commit 2b6bb28Copy full SHA for 2b6bb28
.github/workflows/ci.yml
@@ -126,3 +126,5 @@ jobs:
126
with:
127
sarif_file: clippy-results.sarif
128
wait-for-processing: true
129
+ - name: Report status
130
+ run: cargo clippy --workspace --all-features --all-targets -- -D warnings --allow deprecated
0 commit comments