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