mirror of
https://github.com/zhigang1992/esbuild.git
synced 2026-01-12 17:13:19 +08:00
add "go vet" to ci
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user