hac/.woodpecker.yaml
Ada 8a1f329a22
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
add ansible-lint ci
2024-03-20 13:55:37 +01:00

9 lines
208 B
YAML

steps:
- name: ansible-lint
image: debian
commands:
- apt-get update
- apt-get -y install python3 python3-pip
- apt-get install -y ansible
- cd ansible/
- ansible-lint