parent
e33a348c42
commit
ac8e0ceb84
2 changed files with 3 additions and 2 deletions
|
@ -1,14 +1,15 @@
|
|||
when:
|
||||
event: [manual, pull_request, push]
|
||||
branch: main
|
||||
path: [.woodpecker.yaml, renovate.json, "**/*.yaml", "**/*.md"]
|
||||
path: [.woodpecker.yaml, default.json, "**/*.yaml", "**/*.md"]
|
||||
|
||||
steps:
|
||||
|
||||
renovate:
|
||||
image: kokuwaio/renovate-config-validator
|
||||
depends_on: []
|
||||
when: [path: [.woodpecker.yaml, renovate.json]]
|
||||
failure: true
|
||||
when: [path: [.woodpecker.yaml, default2.json]]
|
||||
|
||||
yaml:
|
||||
image: kokuwaio/yamllint
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue