Skip to content

chore(deps): bump json/config from f3a84ec to 76fbf43 #203

chore(deps): bump json/config from f3a84ec to 76fbf43

chore(deps): bump json/config from f3a84ec to 76fbf43 #203

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/prettier_action@v4.3
with:
prettier_options: --write **/*.json
only_changed: True