Add cargo-deny to CI
Some checks failed
Build / build (push) Failing after 1m8s

This commit is contained in:
Mathieu Strypsteen 2024-12-12 20:16:42 +01:00
parent 08b4900b96
commit 12e34d2fbe

View file

@ -14,3 +14,7 @@ jobs:
submodules: true
- name: Build
run: . ~/.bashrc && ./build.sh
- name: Install cargo-deny
run: cargo install cargo-deny
- name: Run cargo-deny
run: cargo deny check