14 lines
235 B
YAML
14 lines
235 B
YAML
---
|
|
|
|
yamllint:
|
|
stage: test
|
|
image: registry.gitlab.com/pipeline-components/yamllint:latest
|
|
script:
|
|
- yamllint .
|
|
|
|
ansible_lint:
|
|
stage: test
|
|
image: pipelinecomponents/ansible-lint
|
|
script:
|
|
- ansible-lint --show-relpath
|