add deny check to CI
This commit is contained in:
committed by
Kevin Lewi
parent
1a5e704cf6
commit
4a638b8a22
@@ -37,3 +37,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
command: test
|
command: test
|
||||||
args: --all-features
|
args: --all-features
|
||||||
|
|
||||||
|
deny-check:
|
||||||
|
name: cargo-deny check
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
- uses: EmbarkStudios/cargo-deny-action@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user