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

toml: add support for validation of structure and values (#12481)

This commit is contained in:
Larpon
2021-11-17 07:30:40 +01:00
committed by GitHub
parent 5a89c0a480
commit bd9ac598f7
3 changed files with 209 additions and 12 deletions

View File

@@ -18,6 +18,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install --quiet -y jq
- name: Build V
run: make -j2 && ./v -cc gcc -o v cmd/v