Skip to content

Commit 97fb61b

Browse files
CI: add a cargo deny job
Fixes #1178
1 parent 5d8479c commit 97fb61b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/CI.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,12 @@ jobs:
138138
command: fmt
139139
args: --all -- --check
140140

141+
cargo-deny:
142+
runs-on: ubuntu-latest
143+
steps:
144+
- uses: actions/checkout@v3
145+
- uses: EmbarkStudios/cargo-deny-action@v1
146+
141147
generator:
142148
name: regen check
143149
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)