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

ci: vet all files from the compiler (#5994)

This commit is contained in:
Enzo
2020-07-27 12:15:29 +02:00
committed by GitHub
parent 1086150ab9
commit 2de1437a1e
51 changed files with 650 additions and 643 deletions

View File

@@ -45,12 +45,8 @@ jobs:
run: ./v build-tools
- name: v vet
run: |
./v vet vlib/v/scanner
./v vet vlib/v/parser
./v vet vlib/v/ast
./v vet vlib/v/gen/cgen.v
./v vet vlib/v/checker
./v vet vlib/sqlite
./v vet vlib/v
- name: v fmt
run: |
./v fmt -verify vlib/v/checker/checker.v