Update CI
Some checks failed
ci/woodpecker/push/z.cron-ntfy Pipeline was successful
ci/woodpecker/push/z.failed-cron-ntfy Pipeline was successful
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/test unknown status

This commit is contained in:
2023-10-16 21:42:53 +13:00
parent 83e5a49a28
commit 70c581f82e
5 changed files with 85 additions and 13 deletions

View File

@@ -7,9 +7,9 @@ steps:
PY_COLORS: '1'
ANSIBLE_FORCE_COLOR: '1'
commands:
- ansible-lint --format pep8 -c ".ansible-lint"
- ansible-lint -c ".ansible-lint"
when:
event: push
event: [ push, manual ]
yamllint:
group: test
name: "Lint: Yamllint"
@@ -17,4 +17,4 @@ steps:
commands:
- yamllint -f colored .
when:
event: push
event: [ push, manual ]