Skip to content

JSON check

JSON check #162

Workflow file for this run

name: JSON check
on:
push:
paths:
- "**.json"
pull_request:
types: [opened, review_requested, synchronize]
jobs:
json_validator:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: json-syntax-check
uses: limitusus/json-syntax-check@v1
with:
pattern: "\\.json$"