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 - Unit Test
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Test with Bun
uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun test
env:
CI: true