Files
Aaron Guise 455ab79b84
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 15s
CI / release (push) Successful in 14s
CI / notify (push) Successful in 4s
chore: Add test command 🔨
2024-08-22 15:48:26 +12:00

18 lines
237 B
Makefile

ansible-lint:
@echo "Linting with ansible-lint"
@ansible-lint .
yamllint:
@echo "Linting with yamllint"
@yamllint .
lint: yamllint ansible-lint
@echo "Finished linting!"
test:
@molecule test
rename:
@scripts/rename.sh