diff --git a/.woodpecker/linting.yml b/.woodpecker/linting.yml index fe7736e..3fbf5b3 100644 --- a/.woodpecker/linting.yml +++ b/.woodpecker/linting.yml @@ -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