quiet output

This commit is contained in:
lawrencegripper
2025-01-13 17:20:14 +00:00
parent 62335a3830
commit 7a88cb1d8b

View File

@@ -11,6 +11,6 @@ jobs:
- name: Run JSON Schema validation
run: |
wget https://github.com/neilpa/yajsv/releases/download/v1.4.1/yajsv.linux.amd64
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' ' ')