Skip to content

fix(create-note): tighten typewriter placeholder gap on desktop too #27

fix(create-note): tighten typewriter placeholder gap on desktop too

fix(create-note): tighten typewriter placeholder gap on desktop too #27

Workflow file for this run

name: Tests
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-file: '.nvmrc'
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn test