Pipeline Fixing
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline failed

This commit is contained in:
2023-10-05 17:27:36 +13:00
parent 6003d42063
commit 344cb5614d
2 changed files with 1 additions and 1 deletions

17
.woodpecker/lint.yml Normal file
View File

@@ -0,0 +1,17 @@
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