diff --git a/Makefile b/Makefile index 7c6fa45..363abc7 100644 --- a/Makefile +++ b/Makefile @@ -18,15 +18,9 @@ test: done lint: - @echo "Linting with Ansible-lint" + @echo "Linting" + @act -j lint @echo - ansible-lint -c ".ansible-lint" --exclude ".venv" - @echo - @echo "Linting with Yamllint" - @echo - yamllint . - @echo - docker: clean docker buildx build --platform 'linux/amd64,linux/arm64' --push \