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'
ANSIBLE_FORCE_COLOR: '1'
commands:
- ansible-lint -c ".ansible-lint"
- ansible-lint --format pep8 -c ".ansible-lint"
when:
event: push
yamllint: