Skip to content

Commit

Permalink
Remove audit job (included in deny)
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Sep 2, 2022
1 parent 0c588ff commit dcfe0b4
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,33 +35,6 @@ jobs:

- run: mk/clippy.sh

audit:
runs-on: ubuntu-20.04

steps:
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal

- uses: actions/cache@v2
with:
path: |
~/.cargo/bin/cargo-audit
~/.cargo/.crates.toml
~/.cargo/.crates2.json
key: ${{ runner.os }}-v2-cargo-audit-0.13.1

- run: cargo install cargo-audit --vers "0.13.1"

- uses: actions/checkout@v2
with:
persist-credentials: false

- run: cargo generate-lockfile

- run: cargo audit --deny warnings

deny:
runs-on: ubuntu-20.04

Expand Down

0 comments on commit dcfe0b4

Please sign in to comment.