Skip to content

Commit

Permalink
Add config path to cargo deny action
Browse files Browse the repository at this point in the history
  • Loading branch information
reimarstier committed Jun 20, 2024
1 parent 7291389 commit 28d87c9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

# https://embarkstudios.github.io/cargo-deny/index.html
# https://github.com/EmbarkStudios/cargo-deny-action
# cargo install --locked cargo-deny
# cargo deny check --config .ci/cargo-deny-config.toml
- uses: EmbarkStudios/cargo-deny-action@v1
with:
log-level: warn
command: check
arguments: --all-features
command-arguments: --config .ci/cargo-deny-config.toml

0 comments on commit 28d87c9

Please sign in to comment.