Skip to content

Add union/interface type support and sub-connection queries #65

Add union/interface type support and sub-connection queries

Add union/interface type support and sub-connection queries #65

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: pnpm/action-setup@v5
with:
version: 10
- uses: actions/setup-node@v6
with:
node-version: "25"
cache: "pnpm"
- run: pnpm install --frozen-lockfile
- run: pnpm lint
- run: pnpm format:check
- run: pnpm build
- run: pnpm typecheck
- run: pnpm test