From 9ddd97739908f198a0c244defb5a72971fd6638a Mon Sep 17 00:00:00 2001 From: SKairinos Date: Fri, 5 Jan 2024 14:21:05 +0000 Subject: [PATCH] checkout --- .github/workflows/validate-new-contributor.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/validate-new-contributor.yaml b/.github/workflows/validate-new-contributor.yaml index fc6faac9..e4d14350 100644 --- a/.github/workflows/validate-new-contributor.yaml +++ b/.github/workflows/validate-new-contributor.yaml @@ -24,6 +24,9 @@ jobs: validate: runs-on: ubuntu-latest steps: + - name: 🛫 Checkout + uses: actions/checkout@v4 + - name: Validate Pull Request Status run: gh pr view 53 env: