Files
ansible/.woodpecker.yml
T
2026-09-15 20:16:35 -04:00

11 lines
199 B
YAML

when:
- event: [pull_request, push]
branch: [main]
steps:
- name: lint-ansible
image: python:3.14-slim
commands:
- pip install --no-cache-dir ansible-lint
- ansible-lint