This commit is contained in:
parent
08b4900b96
commit
12e34d2fbe
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue