From d72498f614c2fa8526e7e227ac63ad5bf404f55b Mon Sep 17 00:00:00 2001 From: Alfred Gedeon Date: Wed, 16 Sep 2020 14:06:05 -0700 Subject: [PATCH] Remove spell --- .github/workflows/ci.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 616192b2a..aa4502ab8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,21 +19,6 @@ jobs: uses: actions/checkout@v2 with: path: ./kernel - - name: Install spell - run: | - sudo apt-get install spell - sudo apt-get install util-linux - - name: Check spelling - run: | - PATH=$PATH:main/tools/spell - # Make sure that the portable directory is not included in the spellcheck. - sed -i 's/find $DIRNAME/find $DIRNAME -not -path '*portable*'/g' main/tools/spell/find-unknown-comment-words - find-unknown-comment-words --directory kernel/ - if [ "$?" = "0" ]; then - exit 0 - else - exit 1 - fi - name: URL Checker run: | echo "Starting url checker"