From b4b47630098b6d1ae89f6b2873dd313859b38ec5 Mon Sep 17 00:00:00 2001 From: Dylan Hurd Date: Wed, 28 Jan 2026 22:58:55 -0700 Subject: [PATCH] fix(ci) missing package.json for shell-mcp-tool (#10135) ## Summary This _should_ be the final place to fix. --- .github/workflows/shell-tool-mcp.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/shell-tool-mcp.yml b/.github/workflows/shell-tool-mcp.yml index 446af6791..39f176cbf 100644 --- a/.github/workflows/shell-tool-mcp.yml +++ b/.github/workflows/shell-tool-mcp.yml @@ -445,6 +445,9 @@ jobs: id-token: write contents: read steps: + - name: Checkout repository + uses: actions/checkout@v6 + - name: Setup pnpm uses: pnpm/action-setup@v4 with: