Skip to content

KP.3.1.6, MK.1 (S:31F), MK.2 (S:D745G) #876

KP.3.1.6, MK.1 (S:31F), MK.2 (S:D745G)

KP.3.1.6, MK.1 (S:31F), MK.2 (S:D745G) #876

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