Skip to content

Commit

Permalink
Create jsoncheck.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
XbergCode authored Aug 19, 2022
1 parent b737b4a commit 05b9533
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/jsoncheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: JSON check

on:
push:
paths:
- '**.json'
pull_request:

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: json-syntax-check
uses: limitusus/json-syntax-check@v1
with:
pattern: "\\.json$"

0 comments on commit 05b9533

Please sign in to comment.