From 1b36838d0f0144ddb6d947c8a914bcc8d7f7840d Mon Sep 17 00:00:00 2001 From: Alfred Gedeon Date: Thu, 17 Sep 2020 12:36:51 -0700 Subject: [PATCH] Add another step to the url checker --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) 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