keycloak-event-metrics/.woodpecker/lint.yaml
Stephan Schnabel 5fb11b34bd
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/verify Pipeline failed
ci/woodpecker/push/build Pipeline failed
Reconfigure for forgejo/woodpecker
2025-05-28 20:23:29 +02:00

21 lines
539 B
YAML

when:
event: [manual, pull_request, push]
branch: main
path: [.woodpecker/lint.yaml, renovate.json, "**/*.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"]]