diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
