From 7a88cb1d8b10d82be87cb0d6f1ce8470adf3e6d3 Mon Sep 17 00:00:00 2001 From: lawrencegripper Date: Mon, 13 Jan 2025 17:20:14 +0000 Subject: [PATCH] quiet output --- .github/workflows/validate-json-schema.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-json-schema.yml b/.github/workflows/validate-json-schema.yml index 1f3ce7894..4d35acea4 100644 --- a/.github/workflows/validate-json-schema.yml +++ b/.github/workflows/validate-json-schema.yml @@ -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' ' ')