Files
github-slug-action/Makefile
2019-11-06 16:42:22 +01:00

9 lines
279 B
Makefile

help: ## print this message
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-10s\033[0m %s\n", $$1, $$2}'
.PHONY: tests
tests: ## Run tests locally
docker run -w /workdir -v $(shell pwd):/workdir dduportal/bats:latest ./