Skip to content

Commit

Permalink
Fixing typo in rust-clippy workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanMcCormickJr committed Dec 12, 2024
1 parent 2af2311 commit fba8d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Run rust-clippy
run:
cargo clippy --all-features -- -D warnings
cargo clippy --all-features -- -Dwarnings
--message-format=json | clippy-sarif | tee rust-clippy-results.sarif | sarif-fmt
#continue-on-error: true

Expand Down

0 comments on commit fba8d3e

Please sign in to comment.