Skip to content

Commit

Permalink
chore: fix audit-check CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpwang committed Nov 2, 2023
1 parent 41e66af commit 4d44c2c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,10 @@ jobs:
- name: Run clippy
run: cargo clippy --all -- -D warnings

- name: Generate Cargo.lock
run: cargo generate-lockfile

- name: Run cargo audit
uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4d44c2c

Please sign in to comment.