From 5be6a1881327b5d8480b41472ea815c1b54fe2ae Mon Sep 17 00:00:00 2001 From: saravanakumardb1 Date: Sun, 29 Mar 2026 11:04:16 -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 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 294e41e..21ae612 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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