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

@ -15,5 +15,7 @@ include:
# deployment
- local: ".gitlab/build.yaml"
- local: ".gitlab/deployment.yaml"
- local: ".gitlab/linting.yaml"
# linting
- component: "$CI_SERVER_FQDN/components/markdownlint/markdownlint@1.0.0"
- component: "$CI_SERVER_FQDN/components/yamllint/yamllint@1.0.2"