forked from lavina/lavina
add cargo deny
This commit is contained in:
parent
3ca390d9cb
commit
25645f2f53
|
@ -4,10 +4,13 @@ jobs:
|
|||
check-and-test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: git checkout repository
|
||||
uses: actions/checkout@v4
|
||||
- name: setup rust
|
||||
uses: https://github.com/actions-rs/toolchain@v1
|
||||
- name: check
|
||||
- name: cargo check
|
||||
uses: https://github.com/actions-rs/cargo@v1
|
||||
with:
|
||||
command: check
|
||||
- name: cargo deny check
|
||||
uses: https://github.com/EmbarkStudios/cargo-deny-action@v1
|
||||
|
|
Loading…
Reference in New Issue