12 lines
196 B
YAML
12 lines
196 B
YAML
---
|
|
|
|
# linting
|
|
linting:
|
|
stage: "linting"
|
|
image:
|
|
name: "cr.simoncor.net/siempie/ansible-deployment:latest"
|
|
entrypoint: ["/bin/sh", "-c"]
|
|
|
|
# start linting
|
|
script:
|
|
- "yamllint ."
|