Skip to content

Development

Development #76

Workflow file for this run

name: Validate JSONs
on:
pull_request:
branches:
- main
jobs:
validate-jsons:
strategy:
matrix:
json: ['effects', 'entities', 'levels', 'items']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
persist-credentials: true
fetch-depth: 0
- name: Validate JSON
uses: docker://orrosenblatt/validate-json-action:latest
env:
INPUT_SCHEMA: /.github/workflows/${{matrix.json}}chema.json
INPUT_JSONS: /config/${{matrix.json}}.json