Update pipeline
Some checks failed
ci/woodpecker/push/1.lint Pipeline was successful
ci/woodpecker/push/2.test Pipeline failed
ci/woodpecker/push/1.test Pipeline was successful

This commit is contained in:
2023-10-05 17:19:05 +13:00
parent 5baf0d2d87
commit 233b976243
2 changed files with 3 additions and 2 deletions

17
.woodpecker/.1.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