1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-08-16 02:10:29 +03:00

chore(ci): remove audit check

This commit is contained in:
Orhun Parmaksız 2024-04-11 01:15:46 +03:00
parent 09c88a467b
commit 6ba6809ea1
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90

View File

@ -124,17 +124,6 @@ jobs:
fail: true
token: ${{ secrets.GITHUB_TOKEN }}
audit:
name: Audit check
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run cargo-audit
uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
msrv:
name: Check Rust version
runs-on: ubuntu-22.04