mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-09 01:18:35 +03:00
ci: use cargo-deny
Copied from https://github.com/ostreedev/ostree-rs-ext/pull/291 Part of unifying our CI.
This commit is contained in:
parent
891c7dffa7
commit
9f8d026f82
8
.github/workflows/rust.yml
vendored
8
.github/workflows/rust.yml
vendored
@ -66,3 +66,11 @@ jobs:
|
||||
run: cargo fmt -p ostree -- --check -l
|
||||
- name: cargo clippy (warnings)
|
||||
run: cargo clippy -p ostree --features=${{ env['CARGO_PROJECT_FEATURES'] }} -- -D warnings
|
||||
cargo-deny:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: EmbarkStudios/cargo-deny-action@v1
|
||||
with:
|
||||
log-level: warn
|
||||
command: check bans sources licenses
|
||||
|
Loading…
Reference in New Issue
Block a user