Skip to content

chore: bump config to v1.0.0 #212

chore: bump config to v1.0.0

chore: bump config to v1.0.0 #212

Workflow file for this run

name: JSON check
on:
push:
paths:
- "**/*.json"
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check JSON syntax
uses: limitusus/json-syntax-check@v2
with:
pattern: "\\.json$"
- name: Check JSON formatting
uses: creyD/[email protected]
with:
prettier_options: --write **/*.json
only_changed: True