hac/.woodpecker.yaml
Ada 28042e3145
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
add ansible-lint ci
2024-03-20 13:49:07 +01:00

9 lines
No EOL
201 B
YAML

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