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