Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zefanjajobse committed Oct 24, 2023
2 parents 694e092 + 400eb65 commit 0e81116
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 @@ -51,7 +51,8 @@ jobs:
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
restore-keys: ${{ runner.os }}-cargo-

- run: cargo install clippy-sarif sarif-fmt
- name: Install required cargo
run: cargo install --force clippy-sarif sarif-fmt
- name: Run rust-clippy
run:
cargo clippy --all-targets --all-features --message-format=json |
Expand Down

0 comments on commit 0e81116

Please sign in to comment.