Skip to content

Refactor AGENTS.md to point to detailed docs and shorten package.json… #6

Refactor AGENTS.md to point to detailed docs and shorten package.json…

Refactor AGENTS.md to point to detailed docs and shorten package.json… #6

Workflow file for this run

name: CI
on:
push:
branches: [main, next]
pull_request:
branches: [main, next]
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- name: Type check
run: bun run typecheck
- name: Build
run: bun run build