Skip to content

Commit

Permalink
Add JSON validation for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
Reapimus authored Nov 12, 2024
1 parent ed9d739 commit 34409ae
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/validateJson.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: JSON check

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

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

0 comments on commit 34409ae

Please sign in to comment.