Skip to content

refactor: split utils into separate modules and fix reasoning param… #65

refactor: split utils into separate modules and fix reasoning param…

refactor: split utils into separate modules and fix reasoning param… #65

Workflow file for this run

name: Lint
on:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- run: bun install
- name: Run Biome checks
run: bun run lint