mirror of
https://github.com/WerWolv/ImHex-Patterns.git
synced 2026-03-27 23:37:04 -05:00
git: Fix json schema checking
This commit is contained in:
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@@ -82,9 +82,9 @@ jobs:
|
||||
- name: 📎 Validate JSON Files
|
||||
run: |
|
||||
cd constants
|
||||
for file in ./[!_schema.json]*; do jsonschema -i $file _schema.json; done
|
||||
for file in ./[!_]*; do jsonschema -i $file _schema.json; done
|
||||
cd ..
|
||||
|
||||
cd tips
|
||||
for file in ./[!_schema.json]*; do jsonschema -i $file _schema.json; done
|
||||
for file in ./[!_]*; do jsonschema -i $file _schema.json; done
|
||||
cd ..
|
||||
|
||||
Reference in New Issue
Block a user