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

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

View File

@ -0,0 +1,9 @@
on: [push]
jobs:
audit:
runs-on: docker
container:
image: dbrgn/cargo-audit
steps:
- uses: actions/checkout@v3
- run: cargo audit

View File

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