Skip to content

chore: fix lint errors and update biome to 2.3.13 #215

chore: fix lint errors and update biome to 2.3.13

chore: fix lint errors and update biome to 2.3.13 #215

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run lint && bun run build