Skip to content

Introduce agentic bot implementation #65

Introduce agentic bot implementation

Introduce agentic bot implementation #65

Workflow file for this run

name: Pull Request Checks
on:
pull_request:
branches:
- master
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun biome
- run: bun tsc
- run: bun test