diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index c0778c7..82c7311 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -19,10 +19,10 @@ jobs: run: | npm install - - name: Linting markdown - if: always() - run: | - npm run-script markdownlint + #- name: Linting markdown + # if: always() + # run: | + # npm run-script markdownlint - name: Checking for broken links if: always() @@ -34,7 +34,7 @@ jobs: run: | npm run-script spellcheck-en - - name: Detect inconsiderate language - if: always() - run: | - npm run-script detect-inconsiderate-language + #- name: Detect inconsiderate language + # if: always() + # run: | + # npm run-script detect-inconsiderate-language