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

Update jsonsyntax.yml

This commit is contained in:
Alexander01998 2023-06-13 14:01:56 +02:00 committed by GitHub
parent dae1a9db39
commit 2749eb4874
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,6 @@ name: JSON syntax
on:
push:
branches: [ "master" ]
paths:
- '**.json'
pull_request:
@ -14,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: json-syntax-check
- name: Check JSON syntax
uses: limitusus/json-syntax-check@v2
with:
pattern: "\\.json$"