feat(ci): move linting to components
This commit is contained in:
parent
eb7aa5c9c1
commit
ad4ec5db39
3 changed files with 16 additions and 36 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue