Skip to content

feat: v0.11.0 — peer-to-peer agent communication #40

feat: v0.11.0 — peer-to-peer agent communication

feat: v0.11.0 — peer-to-peer agent communication #40

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
with:
bun-version: latest
- run: bun install --frozen-lockfile
- name: Typecheck
run: bun run typecheck
- name: Lint
run: bun run lint
- name: Test
run: bun test
- name: Build
run: bun run build