ci: fix YAML formatting — normalize blank lines

This commit is contained in:
saravanakumardb1 2026-03-29 11:04:08 -07:00
parent 33b4faa283
commit 8ca4244855

View File

@ -24,7 +24,6 @@ jobs:
- name: Pull latest - name: Pull latest
run: git pull --ff-only origin main || true run: git pull --ff-only origin main || true
- name: Install workspace dependencies - name: Install workspace dependencies
run: HUSKY=0 pnpm install run: HUSKY=0 pnpm install
@ -50,7 +49,6 @@ jobs:
- name: Pull latest - name: Pull latest
run: git pull --ff-only origin main || true run: git pull --ff-only origin main || true
- name: Install workspace dependencies - name: Install workspace dependencies
run: HUSKY=0 pnpm install run: HUSKY=0 pnpm install
@ -65,6 +63,7 @@ jobs:
- name: Web build - name: Web build
run: pnpm --filter web run build run: pnpm --filter web run build
e2e: e2e:
name: E2E — Playwright name: E2E — Playwright
runs-on: ubuntu-latest runs-on: ubuntu-latest