Skip to content

chore: try new json schema github action #22

chore: try new json schema github action

chore: try new json schema github action #22

name: Validate JSONs
on:
push
jobs:
verify-json-validation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Validate JSON
uses: docker://orrosenblatt/validate-json-action:latest
env:
INPUT_SCHEMA: ./json/example1.json
INPUT_JSONS: ./json/example2.json