Files
ansible-role-automysqlbackup/justfile
Aaron Guise b72a9d69e1
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
fix: Updated justfile with lint command 🔨
2024-08-22 15:46:00 +12:00

15 lines
213 B
Makefile

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