1
This commit is contained in:
parent
b7cd40472a
commit
d4cea7aa43
3 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
when:
|
||||
event: [manual, pull_request, push]
|
||||
branch: main
|
||||
path: [.woodpecker/lint.yaml, renovate.json, "**/*.y*ml", "**/*.md"]
|
||||
path: [.woodpecker/lint.yaml, renovate.json, Dockerfile, "**/*.y*ml", "**/*.md"]
|
||||
|
||||
steps:
|
||||
|
||||
|
@ -23,4 +23,4 @@ steps:
|
|||
dockerfile:
|
||||
image: kokuwaio/hadolint
|
||||
depends_on: []
|
||||
when: [path: [.woodpecker/lint.yaml, "**/Dockerfile"]]
|
||||
when: [path: [.woodpecker/lint.yaml, Dockerfile]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue