Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
ci: run cargo audit
Browse files Browse the repository at this point in the history
  • Loading branch information
bgeron committed Mar 6, 2020
1 parent a4092cb commit 1a6b226
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ jobs:
run: cargo clippy --all-targets --all-features -- -D warnings -D clippy::all -D clippy::cargo
- name: Check for correct formatting
run: cargo fmt -- --check --files-with-diff
- name: Cargo audit
run: bash -c 'which cargo-audit || cargo install cargo-audit; cargo audit --deny-warnings'

0 comments on commit 1a6b226

Please sign in to comment.