From c751b0d893a633a44ca0cb039cb318b32f49e558 Mon Sep 17 00:00:00 2001 From: Maksim Kurnikov Date: Wed, 14 Apr 2021 11:55:33 +0300 Subject: [PATCH] remove cargo audit --- .github/workflows/ci.yaml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bf14ce79..138a7ce4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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