Feat: add yamllint to CI pipeline
Signed-off-by: Hadrien Patte <hadrien.patte@protonmail.com>
This commit is contained in:
parent
9d7690c033
commit
0d78b9b783
1 changed files with 6 additions and 0 deletions
6
.gitlab-ci.yml
Normal file
6
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
image: quay.io/ansible/molecule:2.19
|
||||||
|
|
||||||
|
yamllint:
|
||||||
|
script: yamllint .
|
||||||
|
...
|
Loading…
Reference in a new issue