11 lines
198 B
YAML
11 lines
198 B
YAML
---
|
|
|
|
image: docker.io/yokogawa/ansible-lint@sha256:2603476e7f8c111bdf4a186d84a077c156bc3d12d07cc1c632adc9949d4f0b9d
|
|
|
|
stages:
|
|
- test
|
|
|
|
lint:
|
|
stage: test
|
|
script:
|
|
- ansible-lint --force-color
|