mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-05-13 06:26:31 +02:00
Add Makefile and lint target
This commit is contained in:
parent
8ad1fa085e
commit
2dc418a416
7
Makefile
Normal file
7
Makefile
Normal file
@ -0,0 +1,7 @@
|
||||
.PHONY: lint
|
||||
|
||||
help: ## Show this help.
|
||||
@fgrep -h "##" $(MAKEFILE_LIST) | fgrep -v fgrep | sed -e 's/\\$$//' | sed -e 's/##//'
|
||||
|
||||
lint: ## Runs ansible-lint against all roles in the playbook
|
||||
ansible-lint
|
Loading…
x
Reference in New Issue
Block a user