Skip to content

Commit

Permalink
remove cargo audit
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurnikov committed Apr 14, 2021
1 parent bfef54b commit c751b0d
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,19 +83,6 @@ jobs:
- name: Run clippy
run: cargo clippy --tests --examples -- -Dwarnings

audit:
name: Audit
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v2

- name: cargo-audit
uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}

wasm:
name: Wasm
runs-on: ubuntu-latest
Expand Down

0 comments on commit c751b0d

Please sign in to comment.