Skip to content

2.0.0-alpha.7

2.0.0-alpha.7 #107

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$"