GY-63_MS5611/libraries/PCA9634/.github/workflows/jsoncheck.yml

19 lines
284 B
YAML
Raw Normal View History

2022-01-06 14:09:06 -05:00
name: JSON check
on:
push:
paths:
- '**.json'
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
2023-01-19 13:09:52 -05:00
- uses: actions/checkout@v3
2022-01-06 14:09:06 -05:00
- name: json-syntax-check
uses: limitusus/json-syntax-check@v1
with:
pattern: "\\.json$"