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()