feat(ci): add yamllint
All checks were successful
ci/woodpecker/push/linting Pipeline was successful
All checks were successful
ci/woodpecker/push/linting Pipeline was successful
This commit is contained in:
parent
f5896e4b3c
commit
eff8217ff2
1 changed files with 9 additions and 0 deletions
|
|
@ -13,6 +13,15 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- "gitleaks detect --source . --verbose --redact"
|
- "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
|
# ansible-lint
|
||||||
- name: "ansible-lint"
|
- name: "ansible-lint"
|
||||||
# renovate: datasource=docker depName=docker.io/pipelinecomponents/ansible-lint
|
# renovate: datasource=docker depName=docker.io/pipelinecomponents/ansible-lint
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue