Skip to content

fix(attempt): infinite thinking reply #1

fix(attempt): infinite thinking reply

fix(attempt): infinite thinking reply #1

name: Continuous Integration
on:
push:
branches: [ "main" ]
pull_request:
types: [ opened, synchronize ]
jobs:
build:
runs-on: macos-latest
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Install dependencies
run: bun install
- name: Build
run: bun run typecheck
biome:
name: Check Formatting
timeout-minutes: 15
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Biome
uses: biomejs/setup-biome@v2
- name: Run Biome
run: bunx biome ci .