mirror of
https://github.com/crate-ci/typos.git
synced 2025-01-09 00:04:49 -05:00
chore(ci): Report deprecations in the review
This commit is contained in:
parent
afa23ae258
commit
006f98fb3a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue