From f5caec736f22a0aa47ce0087c7a0aa6805481a89 Mon Sep 17 00:00:00 2001 From: Egor 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