Skip to content

support ADDR and REFSEL (#2) #15

support ADDR and REFSEL (#2)

support ADDR and REFSEL (#2) #15

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$"