From fb7bd993448b4e5e7ab8a8e5c56dc964c2fbd296 Mon Sep 17 00:00:00 2001 From: Alfred Gedeon Date: Thu, 17 Sep 2020 12:17:58 -0700 Subject: [PATCH] Separate spell and url checkers --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0560078d7..b9270141f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,8 @@ jobs: uses: actions/checkout@v2 with: path: ./kernel + url-check: + runs-on: ubuntu-latest - name: URL Checker run: | bash kernel/.github/actions/url_verifier.sh kernel