Skip to content

Fix: break out of all loops on first focus #3908

Fix: break out of all loops on first focus

Fix: break out of all loops on first focus #3908

Workflow file for this run

name: Unit Test / Lint
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install Dependencies
uses: ./.github/actions/install-dependencies
- name: Lint
run: |
pnpm lint
pnpm type
- name: Test
run: |
pnpm run test --ci
pnpm test:type
- name: Bundle watch
run: |
pnpm bundlewatch