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

ci: vfmt -verify more important files

This commit is contained in:
Alexander Medvednikov 2020-10-06 06:32:39 +02:00
parent d2d3289a2a
commit a51c445df8
2 changed files with 8 additions and 4 deletions

View File

@ -84,7 +84,11 @@ jobs:
./v fmt -verify vlib/v/checker/checker.v
./v fmt -verify vlib/v/fmt/fmt.v
./v fmt -verify vlib/v/parser/parser.v
./v fmt -verify vlib/v/parser/fn.v
./v fmt -verify vlib/v/scanner/scanner.v
./v fmt -verify vlib/v/table/table.v
./v fmt -verify vlib/v/gen/cgen.v
./v fmt -verify vlib/v/gen/fn.v
./v fmt -verify vlib/v/gen/x64/gen.v
# - name: Test v binaries
# run: ./v -silent build-vbinaries