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

19 lines
284 B
YAML
Raw Normal View History

2022-05-26 12:48:09 -04:00
name: JSON check
on:
push:
paths:
- '**.json'
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
2023-02-02 11:38:42 -05:00
- uses: actions/checkout@v3
2022-05-26 12:48:09 -04:00
- name: json-syntax-check
uses: limitusus/json-syntax-check@v1
with:
pattern: "\\.json$"