mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
[CI] Add cargo audit to CI
This commit is contained in:
parent
8bc05013ee
commit
3fd3c7aa5b
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -35,3 +35,5 @@ jobs:
|
||||||
components: rustfmt
|
components: rustfmt
|
||||||
- name: Run formatting check
|
- name: Run formatting check
|
||||||
run: cargo +nightly fmt --check --verbose
|
run: cargo +nightly fmt --check --verbose
|
||||||
|
- name: Run audit
|
||||||
|
run: cargo audit --deny warnings
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue