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:
4
.github/workflows/toml_ci.yml
vendored
4
.github/workflows/toml_ci.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user