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

@ -16,3 +16,4 @@ include:
- local: ".gitlab/build.yaml"
- local: ".gitlab/deployment.yaml"
- local: ".gitlab/linting.yaml"
- component: "$CI_SERVER_FQDN/components/yamllint/yamllint@1.0.2"

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 ."