feat: add linting workflows
This commit is contained in:
parent
63b8cf3d0b
commit
d5e76cf883
3 changed files with 45 additions and 0 deletions
15
.woodpecker/yamllint.yml
Normal file
15
.woodpecker/yamllint.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
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 ."
|
||||
Loading…
Add table
Add a link
Reference in a new issue