1
This commit is contained in:
parent
f9eff77790
commit
01b16c2e42
12 changed files with 209 additions and 132 deletions
|
@ -1,5 +1,5 @@
|
|||
when:
|
||||
event: [cron, manual, push, pull_request]
|
||||
event: [manual, push, pull_request]
|
||||
branch: main
|
||||
path: [.woodpecker/lint.yaml, renovate.json, "**/*.yaml", "**/*.md", "**/*.sh", "**/Dockerfile"]
|
||||
|
||||
|
@ -23,7 +23,7 @@ steps:
|
|||
dockerfile:
|
||||
image: kokuwaio/hadolint
|
||||
depends_on: []
|
||||
when: [path: [.woodpecker/lint.yaml, .hadolint.yaml, "**/Dockerfile"]]
|
||||
when: [path: [.woodpecker/lint.yaml, "**/Dockerfile"]]
|
||||
|
||||
shellcheck:
|
||||
image: kokuwaio/shellcheck
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue