Skip to content

chore: simplify scripts by using biome check #103

chore: simplify scripts by using biome check

chore: simplify scripts by using biome check #103

Workflow file for this run

name: check
on:
workflow_dispatch:
pull_request:
types: [opened, reopened, synchronize]
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install --frozen-lockfile
- run: bun ts:check
- run: bun run biome ci .