Skip to content

Designate KP.3.1.7 (S:L84I, from #2709), MQ.1 (JN.1.7.8.1, S:T95I, S:… #893

Designate KP.3.1.7 (S:L84I, from #2709), MQ.1 (JN.1.7.8.1, S:T95I, S:…

Designate KP.3.1.7 (S:L84I, from #2709), MQ.1 (JN.1.7.8.1, S:T95I, S:… #893

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