Skip to content

Commit 87a58f8

Browse files
committedOct 26, 2021
Remove gofmt check
1 parent 6e29fd8 commit 87a58f8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎.github/workflows/ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,7 @@ jobs:
2222
go install github.com/go-bindata/go-bindata/...@latest &&
2323
go install honnef.co/go/tools/cmd/staticcheck@latest &&
2424
go generate &&
25-
make
25+
make build &&
26+
make link &&
27+
make test &&
28+
make vet

0 commit comments

Comments
 (0)