ci: remove audit
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user