Add cargo-deny to CI
All checks were successful
Build / build (push) Successful in 2m38s

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

View file

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