hac/.woodpecker.yaml

9 lines
166 B
YAML
Raw Normal View History

2024-03-20 12:49:07 +00:00
steps:
- name: ansible-lint
image: debian
commands:
- apt-get update
- apt-get install -y ansible-lint
- cd ansible/
- ansible-lint