From 3a1273dfacfb21eaf43e6146a365eecc6d0201ca Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Fri, 20 Feb 2026 19:00:50 +0100 Subject: [PATCH] Fix --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79d38322..0e2ddb6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,9 @@ jobs: - name: Lint run: yarn lint + - name: Build dependencies (for type check) + run: ./scripts/build_api.sh + - name: Type check run: yarn typecheck