CHORE: Linting CI Pipeline
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline failed

This commit is contained in:
2023-10-06 07:04:43 +13:00
parent bd61d62fd6
commit 942fe21aef
2 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ steps:
group: test
name: "Lint: Ansible-lint"
image: guisea/ansible-molecule
commands:
commands:
- ansible-lint -c ".ansible-lint"
when:
event: push
@@ -11,7 +11,7 @@ steps:
group: test
name: "Lint: Yamllint"
image: guisea/ansible-molecule
commands:
commands:
- yamllint .
when:
event: push