Skip to content

dream: 2026-04-21 — monument to versioning #3

dream: 2026-04-21 — monument to versioning

dream: 2026-04-21 — monument to versioning #3

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: 1.3.x
- run: bun install --frozen-lockfile
- run: bun test
- name: typecheck
run: bunx tsc --noEmit