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

19 lines
284 B
YAML
Raw Normal View History

2021-05-16 07:21:38 -04:00
name: JSON check
on:
push:
paths:
- '**.json'
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
2023-01-23 07:59:35 -05:00
- uses: actions/checkout@v3
2021-05-16 07:21:38 -04:00
- name: json-syntax-check
uses: limitusus/json-syntax-check@v1
with:
pattern: "\\.json$"