Skip to content

Merge branch 'upgrade-zigpy-libraries-7-1-13-stable7' of https://gith… #3550

Merge branch 'upgrade-zigpy-libraries-7-1-13-stable7' of https://gith…

Merge branch 'upgrade-zigpy-libraries-7-1-13-stable7' of https://gith… #3550

Workflow file for this run

name: JSON check
on:
push:
paths:
- '**.json'
pull_request:
paths:
- '**.json'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: json-syntax-check
uses: limitusus/json-syntax-check@v1
with:
pattern: "\\.json$"