mirror of
https://github.com/actions/runner-images.git
synced 2025-12-11 03:27:05 +00:00
quiet output
This commit is contained in:
2
.github/workflows/validate-json-schema.yml
vendored
2
.github/workflows/validate-json-schema.yml
vendored
@@ -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' ' ')
|
||||
|
||||
Reference in New Issue
Block a user