feat(ci): move linting over to components

This commit is contained in:
Simon Cornet 2025-06-12 17:25:49 +02:00
commit 2c5d3604a5
2 changed files with 3 additions and 13 deletions

View file

@ -1,12 +0,0 @@
---
# markdownlint
markdown-lint:
stage: "linting"
image:
name: "docker.io/davidanson/markdownlint-cli2:v0.18.1"
entrypoint: ["/bin/sh", "-c"]
script:
# run markdownlint
- "markdownlint-cli2 --config .markdownlint-cli2.jsonc"