add "go vet" to ci

This commit is contained in:
Evan Wallace
2020-06-29 22:58:03 -07:00
parent 0c2c0e16ab
commit 78072a3fa8

View File

@@ -34,6 +34,9 @@ jobs:
- name: go test
run: go test ./internal/...
- name: go vet
run: go vet ./cmd/... ./internal/... ./pkg/...
- name: npm ci
run: cd scripts && npm ci