Skip to content

tweak: make bash give agent more awareness of cwd, bump default timeout, drop max timeout #3785

tweak: make bash give agent more awareness of cwd, bump default timeout, drop max timeout

tweak: make bash give agent more awareness of cwd, bump default timeout, drop max timeout #3785

Workflow file for this run

name: typecheck
on:
pull_request:
branches: [dev]
workflow_dispatch:
jobs:
typecheck:
runs-on: blacksmith-4vcpu-ubuntu-2404
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Bun
uses: ./.github/actions/setup-bun
- name: Run typecheck
run: bun typecheck