Skip to content

Commit

Permalink
Make sure the deny.toml is used for cargo-deny
Browse files Browse the repository at this point in the history
  • Loading branch information
Tastaturtaste committed Nov 21, 2024
1 parent 776957e commit 1da2198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,4 +210,4 @@ jobs:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v2
with:
command: check ${{ matrix.checks }}
command: check --config ./deny.toml ${{ matrix.checks }}

0 comments on commit 1da2198

Please sign in to comment.