Files
ansible-role-common/.woodpecker/lint.yml
Aaron Guise bd61d62fd6
Some checks failed
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/test unknown status
CHORE: Linting
2023-10-06 07:02:26 +13:00

18 lines
342 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