Add cargo-deny config and CI

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

View File

@@ -32,6 +32,14 @@ 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
arguments: --all-features --workspace
docs:
name: Rust doc comments
runs-on: ubuntu-latest