Skip to content

Rc stable7 7.1.021 #3693

Rc stable7 7.1.021

Rc stable7 7.1.021 #3693

Workflow file for this run

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