From e3465080efa70c51611037cf6b2ce7ecefe28b42 Mon Sep 17 00:00:00 2001 From: Thomas Kowark Date: Sun, 5 Jul 2020 16:01:43 +0200 Subject: [PATCH] Disabling spellchecking until fixed for existing docs --- .github/workflows/checks.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 38e0916..f10a53c 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -29,10 +29,10 @@ jobs: run: | npm run-script checklinks - - name: Spellchecking english - if: always() - run: | - npm run-script spellcheck + #- name: Spellchecking english + # if: always() + # run: | + # npm run-script spellcheck #- name: Detect inconsiderate language # if: always()