Skip to content

Commit b525530

Browse files
Fix GHA
1 parent 8b2e223 commit b525530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/json_validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
- name: Validate JSON
2020
uses: ScratchAddons/validate-json-action@master
2121
with:
22-
schema: custom_components/battery_notes/data/schema.json
22+
schema: ./schema.json
2323
jsons: |
2424
custom_components/battery_notes/data/library.json

0 commit comments

Comments
 (0)