Skip to content

Commit

Permalink
Fix audit workflow in CI (#4002)
Browse files Browse the repository at this point in the history
  • Loading branch information
ss-es authored Jan 6, 2025
1 parent eb3e357 commit 85fffd7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Install cargo audit
run: cargo install cargo-audit

- name: Audit Dependencies
run: cargo audit

0 comments on commit 85fffd7

Please sign in to comment.