mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: fix v vet call; fmt: fix SizeOf
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -42,7 +42,7 @@ jobs:
|
||||
run: ./v test-fixed
|
||||
- name: Test building v tools
|
||||
run: ./v build-tools
|
||||
- name: v vet
|
||||
- name: ./v vet
|
||||
run: |
|
||||
v vet vlib/v/parser
|
||||
v vet vlib/v/ast
|
||||
|
||||
Reference in New Issue
Block a user