Skip to content

refactor(ui): switch to TextBounds for UI sizing #461

refactor(ui): switch to TextBounds for UI sizing

refactor(ui): switch to TextBounds for UI sizing #461

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Enable Corepack
run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"
- name: Install dependencies
run: pnpm install
- name: Run Biome
run: pnpm biome ci
- name: Build project
run: pnpm packages:build