We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62335a3 commit 7a88cb1Copy full SHA for 7a88cb1
.github/workflows/validate-json-schema.yml
@@ -11,6 +11,6 @@ jobs:
11
12
- name: Run JSON Schema validation
13
run: |
14
- 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
15
chmod +x yajsv.linux.amd64
16
./yajsv.linux.amd64 -s ./schemas/toolset-schema.json $(find . -name 'toolset-*.json' | tr '\n' ' ')
0 commit comments