chore: Updated Makefile to use act locally. 👷 🔨
Some checks failed
CI / lint (push) Successful in 46s
CI / Molecule Test (almalinux9) (push) Failing after 51s
CI / Molecule Test (almalinux8) (push) Failing after 53s
CI / release (push) Has been skipped

This commit is contained in:
2024-04-26 11:40:40 +12:00
parent d39b45290a
commit 2412d4dfbb

View File

@@ -18,15 +18,9 @@ test:
done
lint:
@echo "Linting with Ansible-lint"
@echo "Linting"
@act -j lint
@echo
ansible-lint -c ".ansible-lint" --exclude ".venv"
@echo
@echo "Linting with Yamllint"
@echo
yamllint .
@echo
docker: clean
docker buildx build --platform 'linux/amd64,linux/arm64' --push \