Skip to content

Designate KP.2.3.12 (#2765) and NM.1 (KP.2.3.4.1) #938

Designate KP.2.3.12 (#2765) and NM.1 (KP.2.3.4.1)

Designate KP.2.3.12 (#2765) and NM.1 (KP.2.3.4.1) #938

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