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