fix: Updated justfile with lint command 🔨
All checks were successful
CI / lint (push) Successful in 15s
CI / Molecule Test (almalinux8) (push) Successful in 15s
CI / Molecule Test (almalinux9) (push) Successful in 14s
CI / release (push) Successful in 12s
CI / notify (push) Successful in 5s

This commit is contained in:
2024-08-22 15:46:00 +12:00
parent 2b403d7aa7
commit b72a9d69e1

View File

@@ -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