Skip to content

Commit f4530c3

Browse files
authored
Adding vet step to github workflows. (#4)
1 parent 66e3986 commit f4530c3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,8 @@ jobs:
2323
- name: Build
2424
run: go build -v ./...
2525

26+
- name: Vet
27+
run: go vet ./...
28+
2629
- name: Test
2730
run: go test -v ./...

0 commit comments

Comments
 (0)