Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Create angkul07.json #6621

Create angkul07.json

Create angkul07.json #6621

Workflow file for this run

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