diff --git a/.github/workflows/security_audit.yml b/.github/workflows/security_audit.yml deleted file mode 100644 index 7a2cfe3..0000000 --- a/.github/workflows/security_audit.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Security Audit -on: - pull_request: - paths: - - '**/Cargo.toml' - push: - paths: - - '**/Cargo.toml' -jobs: - security_audit: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v1 - - uses: actions-rs/audit-check@v1 - with: - token: ${{ secrets.GITHUB_TOKEN }}