mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-12-20 14:23:53 +08:00
CI: Disable cargo-deny again
I am not a fan of CI tools that make the checks fail for reasons unrelated to the patch at hand.
This commit is contained in:
parent
d124c31958
commit
7b2cc9dca2
12
.github/workflows/rust_checks.yml
vendored
12
.github/workflows/rust_checks.yml
vendored
|
@ -32,8 +32,10 @@ jobs:
|
||||||
# into automatic CI failure day, so we don't do that.
|
# into automatic CI failure day, so we don't do that.
|
||||||
run: cargo clippy --workspace --all-targets
|
run: cargo clippy --workspace --all-targets
|
||||||
|
|
||||||
cargo-deny:
|
# Disabling for now because it also checks "advisories",
|
||||||
runs-on: ubuntu-latest
|
# making CI fail for reasons unrelated to the patch
|
||||||
steps:
|
# cargo-deny:
|
||||||
- uses: actions/checkout@v3
|
# runs-on: ubuntu-latest
|
||||||
- uses: EmbarkStudios/cargo-deny-action@v1
|
# steps:
|
||||||
|
# - uses: actions/checkout@v3
|
||||||
|
# - uses: EmbarkStudios/cargo-deny-action@v1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user