Skip to content

Commit

Permalink
Update json_validate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanhowell5195 committed Jun 1, 2024
1 parent 582c4ea commit 97782f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/json_validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
run: ajv validate -s .github/schema/tileables.json -d tileables.json

0 comments on commit 97782f2

Please sign in to comment.