mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: run v vet over cmd/tools and cmd/v too
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -25,6 +25,8 @@ jobs:
|
||||
run: |
|
||||
./v vet vlib/sqlite
|
||||
./v vet vlib/v
|
||||
./v vet cmd/v
|
||||
./v vet cmd/tools
|
||||
- name: v fmt -verify
|
||||
run: |
|
||||
./v fmt -verify vlib/builtin/array.v
|
||||
|
||||
Reference in New Issue
Block a user