Skip to content

fix: sync workflow #123

fix: sync workflow

fix: sync workflow #123

Workflow file for this run

name: Validate JSON
on: [ push, pull_request ]
jobs:
validate-json:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Syntax check
uses: limitusus/[email protected]
with:
pattern: "\\.json$"