Files
beau-gosse-du-92/.woodpecker/.audit.yaml
Adrien acbe15ed69
All checks were successful
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/audit Pipeline was successful
👷 Split lint and audit jobs and fix woodpecker linter warns
2025-05-02 09:18:42 +02:00

19 lines
348 B
YAML

variables:
- shared-config: &shared-config
image: rg.fr-par.scw.cloud/asr-projects/beau-gosse-du-92/ci-lint-audit:latest
pull: true
steps:
- name: dependencies
<<: *shared-config
commands: |
cargo deny check
# Not ready to block PR on fail
failure: ignore
when:
- event: pull_request
depends_on:
- lint