Skip to content

Commit 2403c14

Browse files
committed
chore: add go vet to ci
Signed-off-by: gfanton <[email protected]>
1 parent 8e3a5f9 commit 2403c14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,7 @@ jobs:
2828
go mod tidy -v
2929
git --no-pager diff go.mod go.sum
3030
git --no-pager diff --quiet go.mod go.sum
31+
- name: Run go vet
32+
run: go vet -v ./...
3133
- name: Run tests
3234
run: go test -v -count=5 ./...

0 commit comments

Comments
 (0)