Files
ansible-role-auth-duo/.woodpecker/lint.yml

18 lines
338 B
YAML
Raw Normal View History

2023-10-10 23:25:49 +13:00
steps:
ansible-lint:
group: test
name: "Lint: Ansible-lint"
image: guisea/ansible-molecule
commands:
- ansible-lint -c ".ansible-lint"
when:
event: push
yamllint:
group: test
name: "Lint: Yamllint"
image: guisea/ansible-molecule
commands:
- yamllint .
when:
event: push