Add kokuwio preset
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Stephan Schnabel 2025-06-12 12:45:47 +02:00
parent 3b8bdda463
commit ad6c76dd4b
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0
5 changed files with 121 additions and 0 deletions

21
.woodpecker.yaml Normal file
View file

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