Skip to content

Commit

Permalink
Remove cargo-audit install step
Browse files Browse the repository at this point in the history
  • Loading branch information
72636c committed Jan 4, 2021
1 parent 73fcdcc commit 2edba48
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,5 @@ jobs:
restore-keys: |
${{ runner.os }}-cargo
- name: Install cargo-audit
uses: actions-rs/[email protected]
with:
crate: cargo-audit
version: latest
use-tool-cache: true

- name: Run cargo-audit
run: cargo audit --deny-warnings
run: cargo audit --deny warnings

0 comments on commit 2edba48

Please sign in to comment.