Skip to content

Update terraria-tmodloader.json #430

Update terraria-tmodloader.json

Update terraria-tmodloader.json #430

Workflow file for this run

name: JSON check
on:
push:
pull_request:
workflow_dispatch:
jobs:
test-json:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: json-yaml-validate
uses: GrantBirki/json-yaml-validate@v3.0.0
with:
json_schema: ./spec.json
json_schema_version: draft-2020-12
exclude_file: exclude.txt
ajv_strict_mode: false