Skip to content

feat: add render profiling and performance analysis #10

feat: add render profiling and performance analysis

feat: add render profiling and performance analysis #10

Workflow file for this run

name: Lint
on:
push:
branches: [dev]
pull_request:
branches: [dev]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
run: bun install
- name: Type check
run: bun run typecheck