Feat: add yamllint to CI pipeline

Signed-off-by: Hadrien Patte <hadrien.patte@protonmail.com>
This commit is contained in:
Hadrien Patte 2019-03-02 11:48:41 +01:00
parent 9d7690c033
commit 0d78b9b783
No known key found for this signature in database
GPG Key ID: 0954F2874A54F4B1
1 changed files with 6 additions and 0 deletions

6
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,6 @@
---
image: quay.io/ansible/molecule:2.19
yamllint:
script: yamllint .
...