feat: added gitlab-ci configuration
Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
parent
4b1403be21
commit
3ab379d59f
8
.gitlab-ci.yml
Normal file
8
.gitlab-ci.yml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
stages:
|
||||||
|
- "linting"
|
||||||
|
|
||||||
|
ansible-lint:
|
||||||
|
stage: linting
|
||||||
|
image: registry.gitlab.com/pipeline-components/ansible-lint:latest
|
||||||
|
script:
|
||||||
|
- ansible-lint --show-relpath .
|
Loading…
Reference in New Issue
Block a user