Files
echoip-slatecave/.forgejo/workflows/cargo_audit.yaml
2025-04-11 21:22:23 +02:00

27 lines
440 B
YAML

---
name: Cargo Audit
on:
push:
paths:
- 'Cargo.toml'
- 'Cargo.lock'
schedule:
# Frinday evening 18:20
- cron: 20 18 * * 5
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
jobs:
audit:
name: Audit
runs-on: docker
container:
image: codeberg.org/unobtanium/unobtanium-ci-builder:latest
steps:
- uses: https://codeberg.org/slatian/shell-ci-checkout@v1
- run: cargo audit