Skip to content

Commit

Permalink
Update json_validate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bmos authored Dec 15, 2023
1 parent 147d770 commit 8b81056
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/json_validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
verify-json-validation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Validate JSON
uses: docker://niroshwaru/validate-json-action:latest
uses: ScratchAddons/validate-json-action@master
env:
INPUT_SCHEMA: ./schema.json
INPUT_JSONS: custom_components/battery_notes/data/library.json

0 comments on commit 8b81056

Please sign in to comment.