Skip to content

docs: add streaming subscription API to all documentation #57

docs: add streaming subscription API to all documentation

docs: add streaming subscription API to all documentation #57

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: oven-sh/setup-bun@v2
- run: bun install --frozen-lockfile
- run: bun run check
- run: bun run typecheck
- run: npx vitest run