feat(ci): move yamllint to component

This commit is contained in:
Simon Cornet 2025-06-12 17:05:39 +02:00
commit bbbd8baf31
2 changed files with 1 additions and 9 deletions

View file

@ -10,12 +10,3 @@ markdown-lint:
# run markdownlint
- "markdownlint-cli2 --config .markdownlint-cli2.jsonc"
# yamllint
yamllint:
stage: "linting"
image: "registry.gitlab.com/pipeline-components/yamllint:0.35.0"
script:
# run yamllint
- "yamllint ."