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