Skip to content

Add simple Biome setup for lint #5

Add simple Biome setup for lint

Add simple Biome setup for lint #5

Workflow file for this run

name: TypeScript - Build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build with Bun
uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run build
env:
CI: true