Skip to content

Designate QR.1/2 (LF.7.7.2.1/2) #1103

Designate QR.1/2 (LF.7.7.2.1/2)

Designate QR.1/2 (LF.7.7.2.1/2) #1103

Workflow file for this run

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