Fix validation

This commit is contained in:
lawrencegripper
2025-01-13 17:15:29 +00:00
parent 9faa1553c1
commit 62335a3830
2 changed files with 2 additions and 1 deletions

View File

@@ -13,4 +13,4 @@ jobs:
run: |
wget https://github.com/neilpa/yajsv/releases/download/v1.4.1/yajsv.linux.amd64
chmod +x yajsv.linux.amd64
./yajsv.linux.amd64 -s ./schemas/toolset-schema.json ./**/toolset-*.json
./yajsv.linux.amd64 -s ./schemas/toolset-schema.json $(find . -name 'toolset-*.json' | tr '\n' ' ')

1
.gitignore vendored
View File

@@ -397,3 +397,4 @@ launch.json
# Ignore dynamic template
images/*/*-temp.json
.github/workflows/validate-json-schema.yml