mirror of
https://github.com/actions/runner-images.git
synced 2025-12-10 19:16:48 +00:00
Fix validation
This commit is contained in:
2
.github/workflows/validate-json-schema.yml
vendored
2
.github/workflows/validate-json-schema.yml
vendored
@@ -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
1
.gitignore
vendored
@@ -397,3 +397,4 @@ launch.json
|
||||
|
||||
# Ignore dynamic template
|
||||
images/*/*-temp.json
|
||||
.github/workflows/validate-json-schema.yml
|
||||
|
||||
Reference in New Issue
Block a user