fix: biome & tsc setup across repo (#493)

* fix: biome lint issues

* fix: code quality workflow

* fix: all lint issues

* chore: test lefthook pre-commit hook

* chore: test lefthook with agent file

* chore: revert test comment from lefthook verification

* feat: setup tsgo for typechecking agent

* fix: typecheck cli command

* fix: early return to prevent errors
This commit is contained in:
Dani Akash
2026-03-19 18:18:24 +05:30
committed by GitHub
parent 50b2f45590
commit d965698905
50 changed files with 416 additions and 169 deletions

View File

@@ -5,7 +5,7 @@ on:
branches:
- main
paths:
- 'packages/browseros-agent/**'
- "packages/browseros-agent/**"
jobs:
biome:
@@ -50,6 +50,9 @@ jobs:
- name: Install dependencies
run: bun ci
- name: Prepare wxt
run: VITE_PUBLIC_BROWSEROS_API=http://localhost:3000 bun run --cwd apps/agent wxt prepare
- name: Run codegen
run: bun run --cwd apps/agent codegen