Skip to content

Commit

Permalink
Update rust-clippy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zefanjajobse authored May 4, 2023
1 parent d6ff2ef commit 936db99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ jobs:
restore-keys: ${{ runner.os }}-cargo-

- name: Install required cargo
run: cargo install clippy-sarif sarif-fmt
run: cargo install --force clippy-sarif sarif-fmt

- name: Run rust-clippy
run:
cargo clippy --force
cargo clippy
--all-features
--message-format=json | clippy-sarif | tee rust-clippy-results.sarif | sarif-fmt
continue-on-error: true
Expand Down

0 comments on commit 936db99

Please sign in to comment.