Files
ansible-role-common/.woodpecker/lint.yml
Aaron Guise 942fe21aef
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline failed
CHORE: Linting CI Pipeline
2023-10-06 07:04:43 +13:00

18 lines
338 B
YAML

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