Skip to content

Commit

Permalink
chore(ci): remove audit check
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Apr 10, 2024
1 parent 09c88a4 commit 6ba6809
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6ba6809

Please sign in to comment.