diff --git a/Makefile b/Makefile index c09cdd4..8f8e2e2 100644 --- a/Makefile +++ b/Makefile @@ -25,3 +25,5 @@ showcover: .coverprofile check-fmt: @! ( gofmt -s -l . | grep . ) + +ci-check: check-fmt check