feat(ci): move yamllint to component
This commit is contained in:
parent
237b2e786e
commit
bbbd8baf31
2 changed files with 1 additions and 9 deletions
|
|
@ -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 ."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue