From 24cccf974069b73d9642e77d0ff1137f7b2f6298 Mon Sep 17 00:00:00 2001 From: lone-cloud Date: Tue, 20 Jan 2026 00:28:37 -0800 Subject: [PATCH] fix ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87c9a50..654a0e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: run: bun install && cd server && bun install - name: Lint and type check - run: bun run check + run: cd server && bun run check - name: Build server run: cd server && bun run build