Skip to content

Commit

Permalink
Attempt to fix validator (pt. 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodywasishere committed Feb 14, 2024
1 parent 193681a commit 5c539ea
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/validate_json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Validate JSON
uses: ScratchAddons/validate-json-action@8f71e0683221310e32661c1b1634399858bde75f
uses: OrRosenblatt/validate-json-action@a4773333088b27448e122ccd2992d63383ec2342
env:
schema: ./data/bangs.schema.json
jsons: |
./bangs.json
separator: '\n'
INPUT_SCHEMA: ./data/bangs.schema.json
INPUT_JSONS: ./bangs.json

0 comments on commit 5c539ea

Please sign in to comment.