Skip to content

Commit

Permalink
test pr notify3
Browse files Browse the repository at this point in the history
  • Loading branch information
maci3jka committed Oct 2, 2024
1 parent cf76455 commit 3fabdde
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docs-spelling-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
run: sudo apt-get install aspell aspell-en
- id: spell-check
name: Spell Check
run: make spelling
# run: make spelling
run: exit 1
working-directory: docs/tools
continue-on-error: true
- if: ${{ github.event_name == 'pull_request' && steps.spell-check.outcome == 'failure' }}
Expand All @@ -26,5 +27,5 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: '👋 Thanks for reporting!'
body: 'Hi, looks like pyspelling found some issues you can check it here ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}'
})

0 comments on commit 3fabdde

Please sign in to comment.