Skip to content

docs: make README user-facing and AGENTS consumer-facing, move mainta… #4

docs: make README user-facing and AGENTS consumer-facing, move mainta…

docs: make README user-facing and AGENTS consumer-facing, move mainta… #4

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: oven-sh/setup-bun@v2
- run: bun install --frozen-lockfile
- name: Lint and format
run: bunx biome ci .
- name: Typecheck
run: bun typecheck
- name: Validate discovery and conversion (no Postman writes)
run: bun run sync --dry-run