Add cargo-deny to the CI of this crate (#45)

This commit is contained in:
Jasper Bekkers 2022-11-21 12:40:06 +01:00 committed by GitHub
parent 6249b0e037
commit e6df88f698
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 275 additions and 1 deletions

View file

@ -10,6 +10,11 @@ env:
CARGO_TERM_COLOR: always
jobs:
cargo-deny:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: EmbarkStudios/cargo-deny-action@v1
build:
runs-on: ubuntu-latest
steps: