Skip to content

feat: add JSON Schema (#1681) #335

feat: add JSON Schema (#1681)

feat: add JSON Schema (#1681) #335

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: pnpm/action-setup@v4
with:
version: 10
- uses: actions/setup-node@v6
with:
node-version: "22.x"
cache: "pnpm"
- run: pnpm install
- run: pnpm run typecheck
- run: pnpm test