Skip to content

Designate JN.1.9.2 (S:R346T), LB.1 (JN.1.9.2.1, S:F456L) #807

Designate JN.1.9.2 (S:R346T), LB.1 (JN.1.9.2.1, S:F456L)

Designate JN.1.9.2 (S:R346T), LB.1 (JN.1.9.2.1, S:F456L) #807

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