[object Object]

← back to Exo

chore: Fix typecheck job in GitHub workflow

c9d44a16580143ac9201ec84ea612f6fd439e2ae · 2025-06-29 21:45:41 +0100 · Alex Cheema

Files touched

Diff

commit c9d44a16580143ac9201ec84ea612f6fd439e2ae
Author: Alex Cheema <alexcheema123@gmail.com>
Date:   Sun Jun 29 21:45:41 2025 +0100

    chore: Fix typecheck job in GitHub workflow
---
 .github/workflows/pipeline.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml
index 6f3ba411..d8013c87 100644
--- a/.github/workflows/pipeline.yml
+++ b/.github/workflows/pipeline.yml
@@ -14,6 +14,7 @@ jobs:
   typecheck:
     runs-on: ubuntu-22.04
     steps:
+      - uses: actions/checkout@v4
       - uses: ./.github/actions/typecheck
   ci:
     needs: typecheck

← bbdfdac7 refactor: Remove redundant comment  ·  back to Exo  ·  chore: Fix typecheck job in GitHub workflow 38dcf698 →