Skip to content

Bump @biomejs/biome from 2.3.8 to 2.3.10 #315

Bump @biomejs/biome from 2.3.8 to 2.3.10

Bump @biomejs/biome from 2.3.8 to 2.3.10 #315

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- run: bun install --frozen-lockfile
- run: bun run typecheck
- run: bun run biome:ci