ansible/.gitlab-ci.yml

7 lines
77 B
YAML
Raw Normal View History

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