Add kokuwio preset
This commit is contained in:
parent
3b8bdda463
commit
ad6c76dd4b
5 changed files with 121 additions and 0 deletions
21
.woodpecker.yaml
Normal file
21
.woodpecker.yaml
Normal 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"]]
|
Loading…
Add table
Add a link
Reference in a new issue