8 lines
121 B
YAML
8 lines
121 B
YAML
---
|
|
|
|
yamllint:
|
|
stage: test
|
|
image: registry.gitlab.com/pipeline-components/yamllint:latest
|
|
script:
|
|
- yamllint .
|