Skip to content

Development

Development #80

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: /Assets/Core/${{matrix.json}}/**