Reformat linter output
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline was successful

This commit is contained in:
2023-10-08 22:20:48 +13:00
parent ab31c5cdcf
commit 05208e5dae

View File

@@ -7,7 +7,7 @@ steps:
PY_COLORS: '1' PY_COLORS: '1'
ANSIBLE_FORCE_COLOR: '1' ANSIBLE_FORCE_COLOR: '1'
commands: commands:
- ansible-lint -c ".ansible-lint" - ansible-lint --format pep8 -c ".ansible-lint"
when: when:
event: push event: push
yamllint: yamllint: