From 600121e98c4e46b3eefbc0b31a8261ac94f5cf41 Mon Sep 17 00:00:00 2001 From: monosans Date: Wed, 13 Aug 2025 13:38:08 +0300 Subject: [PATCH] ci: remove audit --- .github/workflows/ci.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 871d625..9448ab3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,6 @@ jobs: check: if: ${{ always() && github.event_name == 'pull_request' }} needs: - - audit - build - clippy - pre-commit @@ -23,18 +22,6 @@ jobs: - uses: re-actors/alls-green@release/v1 with: jobs: ${{ toJSON(needs) }} - audit: - runs-on: ubuntu-24.04 - steps: - - uses: actions/checkout@v5 - with: - persist-credentials: false - - uses: actions-rust-lang/setup-rust-toolchain@v1 - with: - toolchain: beta - cache-key: x86_64-unknown-linux-gnu - - run: cargo +beta install --locked cargo-audit - - run: cargo +beta audit --deny warnings build: strategy: matrix: