From c01a4a095e8a1ec6f5dee6b4e370c3f764a4981e Mon Sep 17 00:00:00 2001 From: Maciej Golaszewski Date: Wed, 2 Oct 2024 12:48:10 +0200 Subject: [PATCH] cleanup --- .github/workflows/docs-spelling-checks.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/docs-spelling-checks.yml b/.github/workflows/docs-spelling-checks.yml index 28905e096..96bfa636f 100644 --- a/.github/workflows/docs-spelling-checks.yml +++ b/.github/workflows/docs-spelling-checks.yml @@ -15,8 +15,7 @@ jobs: run: sudo apt-get install aspell aspell-en - id: spell-check name: Spell Check - run: exit 0 -# run: make spelling + run: make spelling working-directory: docs/tools continue-on-error: true - if: ${{ github.event_name == 'pull_request' && steps.spell-check.outcome == 'failure' }}