Skip to content

Designate NL.1 (LB.1.3.1.1), MU.2(.1), KP.2.3.11 #937

Designate NL.1 (LB.1.3.1.1), MU.2(.1), KP.2.3.11

Designate NL.1 (LB.1.3.1.1), MU.2(.1), KP.2.3.11 #937

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$"