Skip to content

Commit

Permalink
Move schema to make GH action work
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codechimp committed Dec 12, 2023
1 parent a7fc903 commit dc0c060
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/json_validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- name: Validate JSON
uses: ScratchAddons/validate-json-action@master
with:
schema: ./schema.json
schema: custom_components/battery_notes/data/schema.json
jsons: |
custom_components/battery_notes/data/library.json
4 changes: 2 additions & 2 deletions custom_components/battery_notes/data/library.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "../../../schema.json",
"$schema": "schema.json",
"version": 1,
"devices": [
{
Expand Down Expand Up @@ -230,4 +230,4 @@
"battery_quantity": 2
}
]
}
}
File renamed without changes.

0 comments on commit dc0c060

Please sign in to comment.