From 97782f289af731a6de41c50598255efa3bc5c230 Mon Sep 17 00:00:00 2001 From: Ewan Howell <48070995+ewanhowell5195@users.noreply.github.com> Date: Sat, 1 Jun 2024 16:26:13 +0100 Subject: [PATCH] Update json_validate.yml --- .github/workflows/json_validate.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/json_validate.yml b/.github/workflows/json_validate.yml index aefb3a29..d9a49bca 100644 --- a/.github/workflows/json_validate.yml +++ b/.github/workflows/json_validate.yml @@ -17,10 +17,10 @@ jobs: run: npm install -g ajv-cli - name: Validate textures.json - run: ajv validate -s .github/schema/textures-schema.json -d fonts/*/textures.json + run: ajv validate -s .github/schema/textures.json -d fonts/*/textures.json - name: Validate fonts.json - run: ajv validate -s .github/schema/fonts-schema.json -d fonts.json + run: ajv validate -s .github/schema/fonts.json -d fonts.json - name: Validate tileables.json - run: ajv validate -s .github/schema/tileables-schema.json -d tileables.json \ No newline at end of file + run: ajv validate -s .github/schema/tileables.json -d tileables.json \ No newline at end of file