Skip to content

chore: switch from eslint and prettier to biome #97

chore: switch from eslint and prettier to biome

chore: switch from eslint and prettier to biome #97

Workflow file for this run

name: check
on:
push:
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install --frozen-lockfile
- run: bun check:format
- run: bun check:lint
- run: bun check:ts