mirror of
https://github.com/orhun/git-cliff.git
synced 2024-11-28 08:54:50 +03:00
chore(ci): remove audit check
This commit is contained in:
parent
09c88a467b
commit
6ba6809ea1
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user