Skip to content

fix(elastic-slider): drag handle teleporting to the label end #245

fix(elastic-slider): drag handle teleporting to the label end

fix(elastic-slider): drag handle teleporting to the label end #245

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main, dev]
permissions: {}
jobs:
fmt:
name: Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 24
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm run fmt:check
lint:
name: Lint (type-aware)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 24
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm exec oxlint --type-aware --format=github
- run: pnpm run knip
typecheck:
name: Typecheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 24
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm exec oxlint --type-aware --type-check --format=github