add missing make task

This commit is contained in:
Arpad Ryszka 2020-11-26 16:04:24 +01:00
parent ab6ed0df62
commit 7d211be2dc

View File

@ -25,3 +25,5 @@ showcover: .coverprofile
check-fmt: check-fmt:
@! ( gofmt -s -l . | grep . ) @! ( gofmt -s -l . | grep . )
ci-check: check-fmt check