diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d0adf8da9..593c384f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,6 +37,10 @@ jobs: url-check: runs-on: ubuntu-latest steps: + - name: Clone This Repo + uses: actions/checkout@v2 + with: + path: ./kernel - name: URL Checker run: | bash kernel/.github/actions/url_verifier.sh kernel