mirror of
https://github.com/rlespinasse/github-slug-action.git
synced 2026-07-02 02:30:57 +00:00
9 lines
279 B
Makefile
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 ./
|