Skip to content

Commit

Permalink
ci: add audit
Browse files Browse the repository at this point in the history
  • Loading branch information
Nugine committed Jan 13, 2025
1 parent c92bdea commit 02a9ab3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,10 @@ jobs:
toolchain: ${{ matrix.toolchain }}
- uses: Swatinem/rust-cache@v2
- run: just test

audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@cargo-audit
- run: cargo audit -D warnings

0 comments on commit 02a9ab3

Please sign in to comment.