From fabbc659adf70539b4121935bd987a372627983f Mon Sep 17 00:00:00 2001 From: Alex Holliday Date: Sun, 1 Jun 2025 11:49:33 -0700 Subject: [PATCH] checkout repo --- .github/workflows/check-format.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/check-format.yml b/.github/workflows/check-format.yml index 9ba814085..ad90d57b3 100644 --- a/.github/workflows/check-format.yml +++ b/.github/workflows/check-format.yml @@ -44,6 +44,9 @@ jobs: runs-on: ubuntu-latest needs: [format-client, format-server] steps: + - name: Checkout repo + uses: actions/checkout@v4 + - name: Get PR URL id: pr run: echo "PR_URL=$(jq -r .pull_request.url "$GITHUB_EVENT_PATH")" >> $GITHUB_ENV