From 6ba6809ea1ff9b34f192b387e77da06cf0570606 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Thu, 11 Apr 2024 01:15:46 +0300 Subject: [PATCH] chore(ci): remove audit check --- .github/workflows/ci.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1fe0423..4d3dfd2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -124,17 +124,6 @@ jobs: fail: true token: ${{ secrets.GITHUB_TOKEN }} - audit: - name: Audit check - runs-on: ubuntu-22.04 - steps: - - name: Checkout - uses: actions/checkout@v4 - - name: Run cargo-audit - uses: actions-rs/audit-check@v1 - with: - token: ${{ secrets.GITHUB_TOKEN }} - msrv: name: Check Rust version runs-on: ubuntu-22.04