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

vfmt: verify

This commit is contained in:
Alexander Medvednikov
2020-07-16 19:46:03 +02:00
parent a989e017fe
commit 9b2cbdacc6
3 changed files with 17 additions and 1 deletions

View File

@@ -51,6 +51,9 @@ jobs:
./v vet vlib/v/gen/cgen.v
./v vet vlib/v/checker
./v vet vlib/sqlite
- name: v fmt
run: |
./v fmt -verify vlib/v/checker/checker.v
# - name: Test v binaries
# run: ./v -silent build-vbinaries