Skip to content

Commit

Permalink
add Clippy check
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAlgorythm committed Oct 12, 2023
1 parent 929bc62 commit 8dead5a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,7 @@ jobs:
sarif_file: rust-clippy-results.sarif
category: clippy-full
wait-for-processing: true

- name: Run rust-clippy for check
run:
cargo clippy --all-features

0 comments on commit 8dead5a

Please sign in to comment.