forked from joejulian/gio
.builds: fix go fmt test and go fmt -w -s .
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
+1
-1
@@ -39,4 +39,4 @@ tasks:
|
|||||||
go test -race ./...
|
go test -race ./...
|
||||||
- check_gofmt: |
|
- check_gofmt: |
|
||||||
cd gio
|
cd gio
|
||||||
test -z $(gofmt -s -l .)
|
test -z "$(gofmt -s -l .)"
|
||||||
|
|||||||
Reference in New Issue
Block a user