Skip to content

actions x-fmt/13, x-fmt/111 set default action to reidentify, add cop… #38

actions x-fmt/13, x-fmt/111 set default action to reidentify, add cop…

actions x-fmt/13, x-fmt/111 set default action to reidentify, add cop… #38

Workflow file for this run

name: JSON check
on:
push:
paths:
- '**.json'
jobs:
json-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: json-syntax-check
uses: limitusus/json-syntax-check@v2
with:
pattern: "\\.json$"