Recreated audit as forgejo action
/ audit (push) Failing after 42s Details

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

View File

@ -0,0 +1,10 @@
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/env
- run: cargo install cargo-audit
- run: cargo audit

View File

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