We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b2e223 commit b525530Copy full SHA for b525530
.github/workflows/json_validate.yml
@@ -19,6 +19,6 @@ jobs:
19
- name: Validate JSON
20
uses: ScratchAddons/validate-json-action@master
21
with:
22
- schema: custom_components/battery_notes/data/schema.json
+ schema: ./schema.json
23
jsons: |
24
custom_components/battery_notes/data/library.json
0 commit comments