Files
ansible/.gitlab-ci.yml
2024-09-10 08:38:16 +02:00

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