Skip to content

Commit

Permalink
refactor: rename audit check
Browse files Browse the repository at this point in the history
  • Loading branch information
hiltontj committed Mar 3, 2024
1 parent 431a606 commit 7a40ca3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
- name: 📝 Check Rust Code Formatting
run: cargo fmt --all -- --check

cargo-deny:
audit:
name: Audit
runs-on: ubuntu-latest
steps:
- name: 📦 Checkout
Expand Down

0 comments on commit 7a40ca3

Please sign in to comment.