1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: fix failing v -W build-tools and v -W build-examples; run vfmt.

This commit is contained in:
Delyan Angelov
2021-03-19 09:49:26 +02:00
parent ea3d1405ee
commit 04095f4088
11 changed files with 22 additions and 21 deletions

View File

@@ -9,6 +9,7 @@ const (
vet_folders = [
'vlib/sqlite',
'vlib/v',
'vlib/x/ttf/',
'cmd/v',
'cmd/tools',
'examples/2048',