Skip to content

Commit

Permalink
chore: renamed to
Browse files Browse the repository at this point in the history
  • Loading branch information
priyankarpal committed Apr 4, 2023
1 parent ee716e2 commit 2f1ffed
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/json-check.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@v3
- name: json-syntax-check
uses: limitusus/json-syntax-check@v2
with:
pattern: "\\.json$"

0 comments on commit 2f1ffed

Please sign in to comment.