ansible/.gitlab-ci.yml

7 lines
77 B
YAML

---
image: quay.io/ansible/molecule:2.19
yamllint:
script: yamllint .
...