Skip to content

Commit 6245226

Browse files
committed
Add go vet to CI
1 parent 1be9304 commit 6245226

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
with:
2222
go-version: 1.19
2323

24+
- name: Vet
25+
run: go vet ./...
26+
2427
- name: Test
2528
run: go test -v ./...
2629

0 commit comments

Comments
 (0)