Skip to content

docs: document filter auto-relax and 'r' reset keybinding #95

docs: document filter auto-relax and 'r' reset keybinding

docs: document filter auto-relax and 'r' reset keybinding #95

Workflow file for this run

name: CI
on:
pull_request:
push:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- uses: oven-sh/setup-bun@v2
- run: bun install --frozen-lockfile
- run: bun run lint
- run: bun run typecheck
- run: bun test