ci: fix YAML formatting — normalize blank lines

This commit is contained in:
saravanakumardb1 2026-03-29 11:04:16 -07:00
parent c0a33473f4
commit 5be6a18813

View File

@ -23,7 +23,6 @@ jobs:
- name: Pull latest
run: git pull --ff-only origin main || true
- name: Install workspace dependencies
run: HUSKY=0 pnpm install --frozen-lockfile
@ -49,7 +48,6 @@ jobs:
- name: Pull latest
run: git pull --ff-only origin main || true
- name: Install workspace dependencies
run: HUSKY=0 pnpm install --frozen-lockfile
@ -75,12 +73,12 @@ jobs:
- name: Pull latest
run: git pull --ff-only origin main || true
- name: Install workspace dependencies
run: HUSKY=0 pnpm install --frozen-lockfile
- name: Mobile typecheck
run: pnpm --filter @notelett/mobile run typecheck
e2e:
name: E2E — Playwright
runs-on: ubuntu-latest