Skip to content

Fix react-hooks/set-state-in-effect using startTransition #61

Fix react-hooks/set-state-in-effect using startTransition

Fix react-hooks/set-state-in-effect using startTransition #61

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup Node.js 20
uses: actions/setup-node@v6
with:
node-version: 20
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint
- name: Typecheck
run: npm run typecheck
- name: Build
run: npm run build