ci: add gofmt check

This commit is contained in:
Simon Ser 2021-06-29 22:24:44 +02:00
parent fc841b0ba2
commit 9f2e0595b7

View file

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