We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e29fd8 commit 87a58f8Copy full SHA for 87a58f8
.github/workflows/ci.yml
@@ -22,4 +22,7 @@ jobs:
22
go install github.com/go-bindata/go-bindata/...@latest &&
23
go install honnef.co/go/tools/cmd/staticcheck@latest &&
24
go generate &&
25
- make
+ make build &&
26
+ make link &&
27
+ make test &&
28
+ make vet
0 commit comments