Files
ansible-role-common/.woodpecker/.1.test.yml

17 lines
325 B
YAML
Raw Normal View History

2023-10-05 16:41:38 +13:00
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