Skip to content

Commit

Permalink
add cargo audit check (#10216)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekleog-NEAR authored Nov 24, 2023
1 parent 0688056 commit b9423cf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,3 +298,13 @@ jobs:
- uses: lycheeverse/lychee-action@2ac9f030ccdea0033e2510a23a67da2a2da98492
with:
fail: true

cargo_audit:
name: "Cargo Audit"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: baptiste0928/cargo-install@21a18ba3bf4a184d1804e8b759930d3471b1c941
with:
crate: cargo-audit
- run: cargo audit -D warnings

0 comments on commit b9423cf

Please sign in to comment.