Files
Wordpress-Ansible/.gitlab-ci.yml
2025-12-16 08:01:04 +00:00

13 lines
158 B
YAML

stages:
- lint
yamllint:
stage: lint
image: python:3.12-alpine
before_script:
- pip install --no-cache-dir yamllint
script:
- yamllint .