Skip to content

Designate LV.1 (BA.2.86.6.1, ORF1b:D294N) and LV.2 (S:R346T, S:L455S… #853

Designate LV.1 (BA.2.86.6.1, ORF1b:D294N) and LV.2 (S:R346T, S:L455S…

Designate LV.1 (BA.2.86.6.1, ORF1b:D294N) and LV.2 (S:R346T, S:L455S… #853

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