Skip to content

Commit

Permalink
chore(ci): Report deprecations in the review
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Nov 18, 2024
1 parent afa23ae commit 006f98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
run: cargo install sarif-fmt --locked
- name: Check
run: >
cargo clippy --workspace --all-features --all-targets --message-format=json -- -D warnings --allow deprecated
cargo clippy --workspace --all-features --all-targets --message-format=json
| clippy-sarif
| tee clippy-results.sarif
| sarif-fmt
Expand Down

0 comments on commit 006f98f

Please sign in to comment.