Skip to content

Commit

Permalink
Create jsoncheck.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
remlapmot committed Dec 3, 2024
1 parent 66093e7 commit 032c43e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/jsoncheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: JSON check

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

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

0 comments on commit 032c43e

Please sign in to comment.