Update checker

This commit is contained in:
lawrencegripper
2025-01-31 09:53:36 +00:00
parent c15fb5f6b2
commit 78d2d49784
4 changed files with 101 additions and 35 deletions

View File

@@ -9,8 +9,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Run JSON Schema validation
run: |
wget -q 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 $(find . -name 'toolset-*.json' | tr '\n' ' ')
- name: Validate JSON Schema
shell: pwsh
run: ./helpers/CheckJsonSchema.ps1