Files
ansible-role-common/.woodpecker/.1.test.yml
Aaron Guise 6cbcbbad7a
Some checks failed
ci/woodpecker/push/1.test Pipeline failed
Update CI
2023-10-05 16:41:38 +13:00

17 lines
325 B
YAML

steps:
ansible-lint:
group: test
name: "Lint: Ansible-lint"
image: guisea/ansible-molecule
commands:
- ansible-lint
when:
event: push
yamllint:
group: test
name: "Lint: Yamllint"
image: guisea/ansible-molecule
commands:
- yamllint
when:
event: push