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

19 lines
284 B
YAML
Raw Normal View History

2021-04-07 07:31:22 -04:00
name: JSON check
on:
push:
paths:
- '**.json'
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
2023-02-20 11:37:06 -05:00
- uses: actions/checkout@v3
2021-04-07 07:31:22 -04:00
- name: json-syntax-check
uses: limitusus/json-syntax-check@v1
with:
pattern: "\\.json$"