Skip to content

fix: prevent empty gaps on fast scrolling, fix (#863, #882) (#890) #11

fix: prevent empty gaps on fast scrolling, fix (#863, #882) (#890)

fix: prevent empty gaps on fast scrolling, fix (#863, #882) (#890) #11

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
cache: "pnpm"
- name: Install dependencies
run: pnpm install
- name: Build
run: pnpm build
- name: ESLint
run: pnpm lint