feat(ci): move linting to components

This commit is contained in:
Simon Cornet 2025-06-13 11:50:04 +02:00
commit 0662af9b63
3 changed files with 10 additions and 33 deletions

View file

@ -14,5 +14,9 @@ include:
# deployment
- local: ".gitlab/gitleaks.yaml"
- local: ".gitlab/linting.yaml"
- local: ".gitlab/deployment.yaml"
# linting
- component: "$CI_SERVER_FQDN/components/ansiblelint/ansiblelint@1.0.0"
- component: "$CI_SERVER_FQDN/components/markdownlint/markdownlint@1.0.0"
- component: "$CI_SERVER_FQDN/components/yamllint/yamllint@1.0.2"