Skip to content

Commit

Permalink
Audit dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFeickert committed Jun 27, 2024
1 parent 1897dfb commit 16bce7d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
on: [push, pull_request]
name: CI
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: Install audit
run: cargo install cargo-audit
- name: Audit
run: cargo audit
format:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 16bce7d

Please sign in to comment.