From 32d4caa1f5101b0cefb80304e3c1d0a7081a4040 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 13 Jun 2026 03:51:32 +0000 Subject: [PATCH 1/2] Initial plan From aded5c8c7a7c72281a5fe759c719ce9aa42c975a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 13 Jun 2026 03:56:20 +0000 Subject: [PATCH 2/2] ci: make non-blocking lint job report-only --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f92529e..95231c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,5 +54,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18 - - run: npm install --ignore-scripts - - run: npm run lint + - run: npm install --prefix client --ignore-scripts + - name: Client lint (report-only) + continue-on-error: true + run: npm run lint --prefix client