Skip to content

Fix: 'biome check' now passes. Fix all lint errors. #1

Fix: 'biome check' now passes. Fix all lint errors.

Fix: 'biome check' now passes. Fix all lint errors. #1

Workflow file for this run

name: TypeScript
on:
push:
branches:
- main
- fix-biome-errors
pull_request:
types: [opened, synchronize, reopened]
branches:
- main
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
biome:
name: Biome check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v4
with:
node-version: 20
- uses: pnpm/action-setup@v4
with:
run_install: true
- run: pnpm run check