add json check

This commit is contained in:
rob tillaart
2021-04-07 11:41:20 +02:00
parent d0f8385bc4
commit 65312aedeb
+18
View File
@@ -0,0 +1,18 @@
name: JSON check
on:
push:
paths:
- '**.json'
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: json-syntax-check
uses: limitusus/json-syntax-check@v1
with:
pattern: "\\.json$"