ci: add gofmt check

git-svn-id: file:///srv/svn/repo/suika/trunk@574 f0ae65fe-ee39-954e-97ec-027ff2717ef4
This commit is contained in:
contact 2021-06-29 20:24:44 +00:00
parent 8f9d6290c1
commit 3ec1c5d92e

View File

@ -9,3 +9,4 @@ tasks:
cd soju
go test -v ./...
scdoc <doc/soju.1.scd >/dev/null
test -z $(gofmt -l .)