Skip to content

Commit 7ff0bb9

Browse files
committedOct 26, 2021
Typo
1 parent 87a58f8 commit 7ff0bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
go install honnef.co/go/tools/cmd/staticcheck@latest &&
2424
go generate &&
2525
make build &&
26-
make link &&
26+
make lint &&
2727
make test &&
2828
make vet

0 commit comments

Comments
 (0)