Skip to content

Commit 7a88cb1

Browse files
quiet output
1 parent 62335a3 commit 7a88cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-json-schema.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111

1212
- name: Run JSON Schema validation
1313
run: |
14-
wget https://github.com/neilpa/yajsv/releases/download/v1.4.1/yajsv.linux.amd64
14+
wget -q https://github.com/neilpa/yajsv/releases/download/v1.4.1/yajsv.linux.amd64
1515
chmod +x yajsv.linux.amd64
1616
./yajsv.linux.amd64 -s ./schemas/toolset-schema.json $(find . -name 'toolset-*.json' | tr '\n' ' ')

0 commit comments

Comments
 (0)