parent
e33a348c42
commit
ac8e0ceb84
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue