cheapsdo2.0/.forgejo/workflows/audit.yml

18 lines
462 B
YAML

on: push
jobs:
audit:
runs-on: docker
container:
image: forgejo.zenerdio.de/sebastian/cheapsdo-ci:v0.1.0
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
with:
path: |
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
key: audit-cheapsdo
- run: CARGO_HOME=/root/.cargo cargo audit