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