Skip to content

Designate JN.1.28.1 (ORF1a:P1640L, C19545T, C24370T) and KW.1 (JN.1.2… #786

Designate JN.1.28.1 (ORF1a:P1640L, C19545T, C24370T) and KW.1 (JN.1.2…

Designate JN.1.28.1 (ORF1a:P1640L, C19545T, C24370T) and KW.1 (JN.1.2… #786

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