Skip to content

Move biome into root #102

Move biome into root

Move biome into root #102

Workflow file for this run

on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run test
- run: |
cd client
bun run build
bun run test