Skip to content

Commit

Permalink
CI: add a cargo deny job
Browse files Browse the repository at this point in the history
Fixes #1178
  • Loading branch information
bilelmoussaoui authored Sep 7, 2023
1 parent 5d8479c commit 97fb61b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,12 @@ jobs:
command: fmt
args: --all -- --check

cargo-deny:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: EmbarkStudios/cargo-deny-action@v1

generator:
name: regen check
runs-on: ubuntu-latest
Expand Down

0 comments on commit 97fb61b

Please sign in to comment.