ansible/.woodpecker.yaml

14 lines
198 B
YAML
Raw Normal View History

2024-11-08 20:44:13 -06:00
when:
- event: push
branch: main
- event: push
branch: master
steps:
- name: lint
image: alpine
commands:
- apk update
- apk add ansible-lint
- ansible-lint