0
0
mirror of https://github.com/Wurst-Imperium/Wurst7.git synced 2024-09-20 01:12:13 +02:00
Wurst7/.github/workflows/jsonsyntax.yml

21 lines
347 B
YAML
Raw Normal View History

name: JSON syntax
on:
2023-05-13 20:50:24 +02:00
push:
paths:
- '**.json'
pull_request:
paths:
- '**.json'
jobs:
test:
runs-on: ubuntu-latest
steps:
2023-10-03 18:38:20 +02:00
- name: Checkout repository
uses: actions/checkout@v4
2023-06-13 14:01:56 +02:00
- name: Check JSON syntax
2023-05-13 20:50:24 +02:00
uses: limitusus/json-syntax-check@v2
with:
pattern: "\\.json$"