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

Update to 24w14potato #2

Update to 24w14potato

Update to 24w14potato #2

Workflow file for this run

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