Skip to content

Commit

Permalink
Merge pull request #170 from dfinance/remove-cargo-audit
Browse files Browse the repository at this point in the history
remove cargo audit
  • Loading branch information
mkurnikov authored Apr 14, 2021
2 parents bfef54b + c751b0d commit dc318a3
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 dc318a3

Please sign in to comment.