mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-20 02:11:16 -03:00
CI: Add cargo-deny
This commit is contained in:
6
.github/workflows/rust_checks.yml
vendored
6
.github/workflows/rust_checks.yml
vendored
@@ -31,3 +31,9 @@ jobs:
|
||||
# This used to have --deny=warnings, but that turns rust release day
|
||||
# into automatic CI failure day, so we don't do that.
|
||||
run: cargo clippy --workspace --all-targets
|
||||
|
||||
cargo-deny:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: EmbarkStudios/cargo-deny-action@v1
|
||||
|
||||
Reference in New Issue
Block a user