From 2412d4dfbb20f6cf374337bc07a4d8992b5390b0 Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Fri, 26 Apr 2024 11:40:40 +1200 Subject: [PATCH] =?UTF-8?q?chore:=20Updated=20Makefile=20to=20use=20act=20?= =?UTF-8?q?locally.=20=20=F0=9F=91=B7=20=F0=9F=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) 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 \