Skip to content

Allow users to see almost all routes #382

Allow users to see almost all routes

Allow users to see almost all routes #382

Workflow file for this run

name: Check JSON syntax
on:
pull_request:
jobs:
jsoncheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: json-syntax-check
uses: limitusus/json-syntax-check@v2
with:
pattern: "\\.json$"