Skip to content

fix(spec): clarify array header gap validation and add test cases (cl… #46

fix(spec): clarify array header gap validation and add test cases (cl…

fix(spec): clarify array header gap validation and add test cases (cl… #46

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 1
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v6
with:
node-version: 24
cache: pnpm
- run: pnpm install
- run: pnpm run lint