diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ae5046a..f33dcde 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,6 +43,8 @@ jobs: runs-on: ubuntu-latest needs: build-lint-test steps: + - name: Checkout + uses: actions/checkout@v4 - name: Download extension from build-lint-test job uses: actions/download-artifact@v4 with: