Skip to content

ENG-1449 - fix handling of agent-* logs #168

ENG-1449 - fix handling of agent-* logs

ENG-1449 - fix handling of agent-* logs #168

Workflow file for this run

name: Typecheck & Test
on:
push:
branches: [main]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: '1.3.6'
- run: bun install
- run: bun run typecheck
- run: bun run test