add deny check to CI

This commit is contained in:
François Garillot
2020-06-29 15:52:30 -07:00
committed by Kevin Lewi
parent 1a5e704cf6
commit 4a638b8a22
+7
View File
@@ -37,3 +37,10 @@ jobs:
with:
command: test
args: --all-features
deny-check:
name: cargo-deny check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: EmbarkStudios/cargo-deny-action@v1