diff --git a/.github/workflows/validate-json-schema.yml b/.github/workflows/validate-json-schema.yml index 3e12c82b8..1f3ce7894 100644 --- a/.github/workflows/validate-json-schema.yml +++ b/.github/workflows/validate-json-schema.yml @@ -13,4 +13,4 @@ jobs: run: | wget 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 ./**/toolset-*.json + ./yajsv.linux.amd64 -s ./schemas/toolset-schema.json $(find . -name 'toolset-*.json' | tr '\n' ' ') diff --git a/.gitignore b/.gitignore index 6018a3757..1d20651d4 100644 --- a/.gitignore +++ b/.gitignore @@ -397,3 +397,4 @@ launch.json # Ignore dynamic template images/*/*-temp.json +.github/workflows/validate-json-schema.yml