Skip to content

Commit

Permalink
Add cargo-deny to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Apr 7, 2022
1 parent 67ea095 commit d6c4471
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/continuous-integration-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,11 @@ jobs:
- name: cargo check
run: cd test-vendored && cargo check

deny:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
with:
submodules: recursive
- uses: EmbarkStudios/cargo-deny-action@v1

0 comments on commit d6c4471

Please sign in to comment.