Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Golaszewski committed Oct 2, 2024
1 parent a2f7c3a commit c01a4a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docs-spelling-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down

0 comments on commit c01a4a0

Please sign in to comment.