Skip to content

Commit

Permalink
fixup! build(ci): add cargo deny check job to ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler committed Nov 14, 2022
1 parent 4f24046 commit 914db99
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 @@ -361,7 +361,7 @@ jobs:
uses: actions/checkout@v3

- name: Run `cargo deny check`
uses: EmbarkStudios/cargo-deny-action@update-deny
uses: EmbarkStudios/cargo-deny-action
with:
command: check advisories
arguments: --all-features --workspace
Expand Down

0 comments on commit 914db99

Please sign in to comment.