ci: add ci
This commit is contained in:
7
.gitlab-ci.yml
Normal file
7
.gitlab-ci.yml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
yamllint:
|
||||||
|
stage: test
|
||||||
|
image: registry.gitlab.com/pipeline-components/yamllint:latest
|
||||||
|
script:
|
||||||
|
- yamllint .
|
Reference in New Issue
Block a user