Skip to content

refactor!: v4 — core-owned stream identity, streamSwarmIdBuilder, server helpers, and public API sweep #878

refactor!: v4 — core-owned stream identity, streamSwarmIdBuilder, server helpers, and public API sweep

refactor!: v4 — core-owned stream identity, streamSwarmIdBuilder, server helpers, and public API sweep #878

Workflow file for this run

name: Build & Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: pnpm/action-setup@v6
with:
version: latest
- uses: actions/setup-node@v6
with:
node-version: "lts/*"
- run: pnpm i
- run: pnpm lint
- run: pnpm type-check
- run: pnpm test
- run: pnpm build