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