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