Skip to content

Commit

Permalink
Change validate package
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codechimp committed Dec 11, 2023
1 parent 8b3c05e commit dcc42da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/json_validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Validate JSON
uses: docker://orrosenblatt/validate-json-action:latest
env:
INPUT_SCHEMA: ./schema.json
INPUT_JSONS: custom_components/battery_notes/data/library.json
uses: nhalstead/validate-json-action@0.1.3
with:
schema: ./schema.json
jsons: custom_components/battery_notes/data/library.json

0 comments on commit dcc42da

Please sign in to comment.