From b88c9a5ae106585d0bfb22d2d8e8aa33da075436 Mon Sep 17 00:00:00 2001 From: loverustfs <155562731+loverustfs@users.noreply.github.com> Date: Fri, 20 Sep 2024 10:28:03 +0800 Subject: [PATCH] Delete .github/workflows/Audit.yml --- .github/workflows/Audit.yml | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 .github/workflows/Audit.yml diff --git a/.github/workflows/Audit.yml b/.github/workflows/Audit.yml deleted file mode 100644 index 7cd4eb54d..000000000 --- a/.github/workflows/Audit.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: Audit - -on: - push: - branches: - - main - paths: - - '**/Cargo.toml' - - '**/Cargo.lock' - pull_request: - branches: - - main - paths: - - '**/Cargo.toml' - - '**/Cargo.lock' - schedule: - - cron: '0 0 * * 0' # at midnight of each sunday - -jobs: - audit: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: taiki-e/install-action@v2 - with: - tool: cargo-audit - - run: cargo audit -D warnings