feat: add linting workflows
This commit is contained in:
parent
63b8cf3d0b
commit
d5e76cf883
3 changed files with 45 additions and 0 deletions
15
.woodpecker/ansible-lint.yml
Normal file
15
.woodpecker/ansible-lint.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
when:
|
||||
- event: "push"
|
||||
branch: "main"
|
||||
- event: "manual"
|
||||
|
||||
depends_on:
|
||||
- "gitleaks"
|
||||
|
||||
steps:
|
||||
- name: "ansible-lint"
|
||||
# renovate: datasource=docker depName=docker.io/pipelinecomponents/ansible-lint
|
||||
image: "cr.simoncor.net/dockerhub/pipelinecomponents/ansible-lint:0.79.0"
|
||||
commands:
|
||||
- "ansible-lint -c .ansible-lint ."
|
||||
Loading…
Add table
Add a link
Reference in a new issue