Skip to content

Revert "to_convert.schema - add JSON schema for conversion instructions" #35

Revert "to_convert.schema - add JSON schema for conversion instructions"

Revert "to_convert.schema - add JSON schema for conversion instructions" #35

Workflow file for this run

name: JSON check
on:
push:
paths:
- '**.json'
jobs:
json-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: json-syntax-check
uses: limitusus/json-syntax-check@v2
with:
pattern: "\\.json$"