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