feat(ci): add yamllint
All checks were successful
ci/woodpecker/push/linting Pipeline was successful

This commit is contained in:
Simon Cornet 2026-05-12 09:41:37 +02:00
commit eff8217ff2

View file

@ -13,6 +13,15 @@ steps:
commands:
- "gitleaks detect --source . --verbose --redact"
# yamllint
- name: "yamllint"
# renovate: datasource=docker depName=docker.io/pipelinecomponents/yamllint
image: "cr.simoncor.net/dockerhub/pipelinecomponents/yamllint:edge"
depends_on:
- "gitleaks"
commands:
- "yamllint -c .yamllint ."
# ansible-lint
- name: "ansible-lint"
# renovate: datasource=docker depName=docker.io/pipelinecomponents/ansible-lint