From 8ca424485512a921463f9a159f8465feb5dea723 Mon Sep 17 00:00:00 2001 From: saravanakumardb1 Date: Sun, 29 Mar 2026 11:04:08 -0700 Subject: [PATCH] =?UTF-8?q?ci:=20fix=20YAML=20formatting=20=E2=80=94=20nor?= =?UTF-8?q?malize=20blank=20lines?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index c2f875f..bd781ed 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -24,7 +24,6 @@ jobs: - name: Pull latest run: git pull --ff-only origin main || true - - name: Install workspace dependencies run: HUSKY=0 pnpm install @@ -50,7 +49,6 @@ jobs: - name: Pull latest run: git pull --ff-only origin main || true - - name: Install workspace dependencies run: HUSKY=0 pnpm install @@ -65,6 +63,7 @@ jobs: - name: Web build run: pnpm --filter web run build + e2e: name: E2E — Playwright runs-on: ubuntu-latest