feat: remove yamllint for woodpecker for now
All checks were successful
ci/woodpecker/manual/gitleaks Pipeline was successful
ci/woodpecker/manual/markdownlint Pipeline was successful
ci/woodpecker/manual/ansible-lint Pipeline was successful

This commit is contained in:
Simon Cornet 2026-05-11 12:28:08 +02:00
commit 8abd8f7b61

View file

@ -1,15 +0,0 @@
---
when:
- event: "push"
branch: "main"
- event: "manual"
depends_on:
- "gitleaks"
steps:
- name: "yamllint"
# renovate: datasource=docker depName=registry.gitlab.com/pipeline-components/yamllint
image: "cr.simoncor.net/dockerhub/pipeline-components/yamllint:0.35.0"
commands:
- "yamllint -c .yamllint ."