Skip to content

Commit

Permalink
ci: add audit in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Pilou97 committed Jan 17, 2024
1 parent 7c3dc94 commit f5e439d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
run: cargo fmt
- name: Run linter
run: cargo clippy -- --deny warnings
- name: Audit
run: |
cargo install cargo-audit
cargo audit --deny warnings
- name: Run tests
run: cargo test
- name: Build the project
Expand Down

0 comments on commit f5e439d

Please sign in to comment.