Skip to content

fix(ui): remove text when traversing past most recent command #379

fix(ui): remove text when traversing past most recent command

fix(ui): remove text when traversing past most recent command #379

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: "yarn"
- name: Install dependencies
run: yarn install
- name: Run Biome
run: yarn biome ci
- name: Build project
run: yarn packages:build