Skip to content

Syntax test good json #3

Syntax test good json

Syntax test good json #3

Workflow file for this run

name: ✅ json-syntax-check
on:
pull_request:
paths:
- '*.json'
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: json-syntax-check
uses: limitusus/json-syntax-check@v2
with:
pattern: "\\.json$"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}