Skip to content

Commit

Permalink
add go vet to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ChihChengLiang committed Nov 5, 2020
1 parent fcccd46 commit d5c0bec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,8 @@ jobs:
- name: Build
run: make build

- name: Lint
run: go vet ./...

- name: Test
run: go test -v ./...

0 comments on commit d5c0bec

Please sign in to comment.