Skip to content

chore: remove accidental test.only in bundle tests #3

chore: remove accidental test.only in bundle tests

chore: remove accidental test.only in bundle tests #3

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: bun install --frozen-lockfile
- run: bunx prettier --check src
- run: bun run lint
- run: bunx tsc --noEmit --emitDeclarationOnly false