Skip to content

Commit

Permalink
chore: add deny to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hiltontj committed Mar 3, 2024
1 parent a139e29 commit 431a606
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
Expand Up @@ -22,6 +22,15 @@ jobs:
uses: actions-rust-lang/setup-rust-toolchain@v1
- name: 📝 Check Rust Code Formatting
run: cargo fmt --all -- --check

cargo-deny:
runs-on: ubuntu-latest
steps:
- name: 📦 Checkout
uses: actions/checkout@v3
- name: 👮 Check Rust Code with Cargo Deny
uses: EmbarkStudios/cargo-deny-action@v1

clippy:
name: Clippy
runs-on: ubuntu-latest
Expand Down

0 comments on commit 431a606

Please sign in to comment.