Skip to content

Commit

Permalink
chore(ci): Use cargo-deny directly (#2087)
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto authored Dec 5, 2024
1 parent 9606c5b commit f833ce1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v2
- uses: hecrj/setup-rust-action@v2
- uses: taiki-e/install-action@cargo-deny
- run: cargo deny check

clippy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f833ce1

Please sign in to comment.