[CI_SKIP] More local linter improvements
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:49:17 +13:00
parent ba98a986f1
commit e39de4a672

View File

@@ -18,11 +18,14 @@ test:
done
lint:
@echo
@echo "Linting with Ansible-lint"
@echo
ansible-lint -c ".ansible-lint"
@echo
@echo "Linting with Yamllint"
@echo
yamllint .
@echo
docker: clean