1
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Stephan Schnabel 2025-06-12 12:54:41 +02:00
parent e33a348c42
commit ac8e0ceb84
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0
2 changed files with 3 additions and 2 deletions

View file

@ -1,14 +1,15 @@
when: when:
event: [manual, pull_request, push] event: [manual, pull_request, push]
branch: main branch: main
path: [.woodpecker.yaml, renovate.json, "**/*.yaml", "**/*.md"] path: [.woodpecker.yaml, default.json, "**/*.yaml", "**/*.md"]
steps: steps:
renovate: renovate:
image: kokuwaio/renovate-config-validator image: kokuwaio/renovate-config-validator
depends_on: [] depends_on: []
when: [path: [.woodpecker.yaml, renovate.json]] failure: true
when: [path: [.woodpecker.yaml, default2.json]]
yaml: yaml:
image: kokuwaio/yamllint image: kokuwaio/yamllint