You've already forked ansible-role-common
chore: Updated Makefile to use act locally. 👷 🔨
This commit is contained in:
10
Makefile
10
Makefile
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user