From 459bdc6edaeba4c180bb733a78ed4a02fc3bf4d5 Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Sun, 1 Mar 2026 00:49:23 +0100 Subject: [PATCH] fix(ci): checkout at-mintel monorepo to resolve linked dependencies during typecheck --- .gitea/workflows/deploy.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 3cc285b..4de67ad 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -149,6 +149,12 @@ jobs: uses: pnpm/action-setup@v3 with: version: 10 + - name: Checkout at-mintel (for linked dependencies) + uses: actions/checkout@v4 + with: + repository: mmintel/at-mintel + path: ../at-mintel + token: ${{ secrets.GITHUB_TOKEN }} - name: 🔐 Registry Auth run: | echo "@mintel:registry=https://${{ vars.REGISTRY_HOST || 'npm.infra.mintel.me' }}" > .npmrc