Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 1403d7b

Browse files
committed
same Json-validate
1 parent d58cd10 commit 1403d7b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/Json-validate.yaml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: JSON check
2+
3+
on:
4+
push:
5+
paths:
6+
- '**.json'
7+
pull_request:
8+
9+
jobs:
10+
test:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v4
14+
- name: json-syntax-check
15+
uses: limitusus/json-syntax-check@v2
16+
with:
17+
pattern: "\\.json$"

0 commit comments

Comments
 (0)