Skip to content

Update line height to 1.5 times font size #291

Update line height to 1.5 times font size

Update line height to 1.5 times font size #291

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
- run: npm install -g pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm test
- run: pnpm prepublishOnly
- run: pnpm docs:build