add shit
This commit is contained in:
parent
46fb165021
commit
f9cca163ff
5 changed files with 28 additions and 15 deletions
10
.woodpecker/audit.yaml
Normal file
10
.woodpecker/audit.yaml
Normal file
|
@ -0,0 +1,10 @@
|
|||
when:
|
||||
- event: push
|
||||
branch: ${CI_REPO_DEFAULT_BRANCH}
|
||||
|
||||
steps:
|
||||
- name: 'Format w/ Carg'
|
||||
image: rust:1.88
|
||||
commands:
|
||||
- cargo install cargo-audit
|
||||
- cargo audit
|
Loading…
Add table
Add a link
Reference in a new issue