Skip to content

Commit

Permalink
same Json-validate
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulBernal committed Nov 22, 2024
1 parent d58cd10 commit 1403d7b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/Json-validate.yaml
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@v4
- name: json-syntax-check
uses: limitusus/json-syntax-check@v2
with:
pattern: "\\.json$"

0 comments on commit 1403d7b

Please sign in to comment.