Skip to content

Restore original README content above Query capabilities overview (#1… #354

Restore original README content above Query capabilities overview (#1…

Restore original README content above Query capabilities overview (#1… #354

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