We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e917f07 commit c2c3e71Copy full SHA for c2c3e71
Makefile
@@ -65,6 +65,7 @@ release: ## goreleaser --snapshot --skip-publish --rm-dist
65
diff: ## git diff
66
$(call print-target)
67
git diff --exit-code
68
+ test -z "`git status --porcelain | tee /dev/tty`"
69
70
.PHONY: docker
71
docker: ## run in golang container, example: make docker run="make all"
0 commit comments