Skip to content

Add repository badges and CI checks #4

Add repository badges and CI checks

Add repository badges and CI checks #4

Workflow file for this run

name: JSON check
on:
push:
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: json-syntax-check
uses: limitusus/json-syntax-check@v1
with:
pattern: "\\.json$"