Skip to content

fix: zero horizontal padding on token-line spans to align cursor (#962) #224

fix: zero horizontal padding on token-line spans to align cursor (#962)

fix: zero horizontal padding on token-line spans to align cursor (#962) #224

Workflow file for this run

name: ci
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: yarn
- name: Enable Corepack
run: corepack enable
- name: Install dependencies
run: yarn install --immutable
- name: Run tests
run: yarn test