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

19 lines
284 B
YAML
Raw Normal View History

2021-11-27 10:28:52 -05:00
name: JSON check
on:
push:
paths:
- '**.json'
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
2023-02-02 13:19:00 -05:00
- uses: actions/checkout@v3
2021-11-27 10:28:52 -05:00
- name: json-syntax-check
uses: limitusus/json-syntax-check@v1
with:
pattern: "\\.json$"