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

data: added events to Viveksati5143 #5795

data: added events to Viveksati5143

data: added events to Viveksati5143 #5795

Workflow file for this run

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