Skip to content

Commit

Permalink
Create json.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoey2936 authored May 5, 2022
1 parent 6ae5c12 commit 7d2c0b0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/json.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: JSON check

on:
push:
pull_request:
workflow_dispatch:

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

0 comments on commit 7d2c0b0

Please sign in to comment.