keycloak-event-metrics/.woodpecker/lint.yaml
Stephan Schnabel f7f9243644
Some checks failed
ci/woodpecker/push/release Pipeline failed
1
2025-06-25 12:54:09 +02:00

26 lines
669 B
YAML

when:
event: [manual, pull_request, push]
branch: main1
path: [.woodpecker/lint.yaml, renovate.json, Dockerfile, "**/*.y*ml", "**/*.md"]
steps:
renovate:
image: kokuwaio/renovate-config-validator
depends_on: []
when: [path: [.woodpecker/lint.yaml, renovate.json]]
yaml:
image: kokuwaio/yamllint
depends_on: []
when: [path: [.woodpecker/lint.yaml, .yamllint.yaml, "**/*.y*ml"]]
markdown:
image: kokuwaio/markdownlint
depends_on: []
when: [path: [.woodpecker/lint.yaml, .markdownlint.yaml, "**/*.md"]]
dockerfile:
image: kokuwaio/hadolint
depends_on: []
when: [path: [.woodpecker/lint.yaml, Dockerfile]]