chore(ci): run cargo-audit in the lint step

This commit is contained in:
Orhun Parmaksız 2022-03-05 22:12:54 +03:00
parent edbc51ae03
commit 8a10f39f05
No known key found for this signature in database
GPG key ID: F83424824B3E4B90
2 changed files with 0 additions and 7 deletions

View file

@ -177,12 +177,6 @@ jobs:
cargo msrv --output-format json --path "$package" verify | tail -n 1 | jq --exit-status '.success'
done
audit:
name: Audit
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v2
- name: Run cargo-audit
uses: actions-rs/audit-check@v1
with:

View file

@ -2,7 +2,6 @@ status = [
"Build %",
"Test",
"Lint",
"Audit"
]
required_approvals = 1
up_to_date_approvals = true