Skip to content

Implement sequential read/write for 16-bit operations #124

Implement sequential read/write for 16-bit operations

Implement sequential read/write for 16-bit operations #124

Workflow file for this run

name: JSON check
on:
push:
paths:
- '**.json'
pull_request:
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- name: json-syntax-check
uses: limitusus/json-syntax-check@v2
with:
pattern: "\\.json$"