From e39de4a67256c2797a937d6083cac0dfb1c03fcb Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Sun, 8 Oct 2023 22:49:17 +1300 Subject: [PATCH] [CI_SKIP] More local linter improvements --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 499db92..0dd3212 100644 --- a/Makefile +++ b/Makefile @@ -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