Skip to content

Give "Loading more cells..." lots of vertical space so scroll restoration works better on Firefox #1413

Give "Loading more cells..." lots of vertical space so scroll restoration works better on Firefox

Give "Loading more cells..." lots of vertical space so scroll restoration works better on Firefox #1413

Workflow file for this run

name: Run TypeScript checks
on:
push:
paths:
- "**.js"
- "**.ts"
branches:
- main
- release
pull_request:
paths:
- "**.js"
- "**.ts"
branches-ignore:
- release
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "21.x"
- run: npm install [email protected] -g
- run: npm install
working-directory: frontend
- name: Run TypeScript checks on frontend/
run: tsc --noEmit --strictNullChecks false