Skip to content

fix: keep capture time range label fixed in viewport via position:fixed #21

fix: keep capture time range label fixed in viewport via position:fixed

fix: keep capture time range label fixed in viewport via position:fixed #21

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
# Don't set 'version' — let packageManager field in package.json pin it
- uses: actions/setup-node@v4
with:
node-version: 22
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- run: pnpm lint
- run: pnpm typecheck
- run: pnpm test
- run: pnpm build