aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 875c380..c6bf909 100644
--- a/Makefile
+++ b/Makefile
@@ -15,3 +15,7 @@ test:
go test -cover ./... -test.gocoverdir=_coverage
go tool covdata textfmt -i=_coverage -o cover.txt
go tool cover -html=cover.txt -o cover.html
+
+.PHONY: pre-push
+pre-push:
+ reuse lint