Skip to content

Commit

Permalink
Merge pull request #13 from andrzejressel/clippy_all
Browse files Browse the repository at this point in the history
Run clippy on all workspace members
  • Loading branch information
mergify[bot] authored Mar 9, 2024
2 parents 28f6f39 + 3897dd4 commit aa61ee6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
- name: Run rust-clippy
run:
cargo clippy
--all
--all-features
--message-format=json | clippy-sarif | tee rust-clippy-results.sarif | sarif-fmt
continue-on-error: true
Expand All @@ -64,4 +65,4 @@ jobs:
uses: github/codeql-action/upload-sarif@v1
with:
sarif_file: rust-clippy-results.sarif
wait-for-processing: true
wait-for-processing: true

0 comments on commit aa61ee6

Please sign in to comment.