From e7b60c11e6a531220893eb7213da226c46b4884d Mon Sep 17 00:00:00 2001 From: Mykyta Date: Sat, 22 Aug 2026 17:11:42 +0200 Subject: [PATCH] ref --- .github/actions/typecheck/action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/actions/typecheck/action.yml b/.github/actions/typecheck/action.yml index 40d58419..31c3f692 100644 --- a/.github/actions/typecheck/action.yml +++ b/.github/actions/typecheck/action.yml @@ -6,6 +6,9 @@ runs: - uses: astral-sh/setup-uv@v4 with: enable-cache: true + - uses: oven-sh/setup-bun@v2 + - shell: bash + run: cd client && bun install --frozen-lockfile - shell: bash run: uv sync - shell: bash