Skip to content

Commit

Permalink
Try the old validator
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codechimp committed Dec 12, 2023
1 parent 9884293 commit 2e16fb6
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/json_validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ jobs:
verify-json-validation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v1
- name: Validate JSON
uses: ScratchAddons/validate-json-action@master
with:
schema: ./schema.json
jsons: |
custom_components/battery_notes/data/library.json
uses: docker://orrosenblatt/validate-json-action:latest
env:
INPUT_SCHEMA: ./schema.json
INPUT_JSONS: custom_components/battery_notes/data/library.json

0 comments on commit 2e16fb6

Please sign in to comment.