Skip to content

chore: add .agents/ to gitignore #308

chore: add .agents/ to gitignore

chore: add .agents/ to gitignore #308

Workflow file for this run

name: CI
on:
push:
branches:
- "**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install --frozen-lockfile
- run: bun run lint
- run: bun run typecheck
- run: bun run build
- run: bun test