From b72a9d69e1d8d2c528f68d7be8ec54bfa36d369d Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Thu, 22 Aug 2024 15:46:00 +1200 Subject: [PATCH] =?UTF-8?q?=20fix:=20Updated=20justfile=20with=20lint=20co?= =?UTF-8?q?mmand=20=F0=9F=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- justfile | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/justfile b/justfile index 4ed0895..5f0ac4d 100644 --- a/justfile +++ b/justfile @@ -1,3 +1,14 @@ +ansible-lint: + @echo "Linting with ansible-lint" + @ansible-lint . + +yamllint: + @echo "Linting with yamllint" + @yamllint . + +lint: yamllint ansible-lint + @echo "Finished linting!" + rename: @scripts/rename.sh