mirror of
https://github.com/crate-ci/typos.git
synced 2025-01-09 08:14:53 -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
|
run: cargo install sarif-fmt --locked
|
||||||
- name: Check
|
- name: Check
|
||||||
run: >
|
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
|
| clippy-sarif
|
||||||
| tee clippy-results.sarif
|
| tee clippy-results.sarif
|
||||||
| sarif-fmt
|
| sarif-fmt
|
||||||
|
|
Loading…
Reference in a new issue