Recreated audit as forgejo action
/ audit (push) Failing after 3m41s Details

This commit is contained in:
Sebastian 2023-08-01 10:48:20 +02:00
parent ba3c11fee4
commit 792cfb76d0
2 changed files with 9 additions and 6 deletions

View File

@ -0,0 +1,9 @@
on: [push]
jobs:
audit:
runs-on: docker
steps:
- uses: actions/checkout@v3
- run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
- run: $HOME/.cargo/bin/cargo install cargo-audit
- run: $HOME/.cargo/bin/cargo audit

View File

@ -1,6 +0,0 @@
on: [push]
jobs:
test:
runs-on: docker
steps:
- run: echo All Good