Files
ansible-role-common/.woodpecker/lint.yml

18 lines
342 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:
2023-10-05 16:51:31 +13:00
- ansible-lint -c ".ansible-lint"
2023-10-05 16:41:38 +13:00
when:
event: push
yamllint:
group: test
name: "Lint: Yamllint"
image: guisea/ansible-molecule
commands:
2023-10-05 16:43:24 +13:00
- yamllint .
2023-10-05 16:41:38 +13:00
when:
2023-10-06 07:02:26 +13:00
event: push