Skip to content

Merge branch 'master' into 1.20.3-rc1 #26

Merge branch 'master' into 1.20.3-rc1

Merge branch 'master' into 1.20.3-rc1 #26

Workflow file for this run

name: JSON syntax
on:
push:
paths:
- '**.json'
pull_request:
paths:
- '**.json'
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Check JSON syntax
uses: limitusus/json-syntax-check@v2
with:
pattern: "\\.json$"