Add cargo-deny config and CI

This commit is contained in:
link2xt
2023-02-25 20:40:56 +00:00
parent 8177070673
commit 7e132b5383
4 changed files with 27 additions and 0 deletions

View File

@@ -32,6 +32,15 @@ jobs:
- name: Run clippy
run: scripts/clippy.sh
cargo_deny:
name: cargo deny
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: EmbarkStudios/cargo-deny-action@v1
with:
arguments: --all-features --workspace
docs:
name: Rust doc comments
runs-on: ubuntu-latest