Skip to content

Commit

Permalink
test pr notify5
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Golaszewski committed Oct 2, 2024
1 parent 96e41e0 commit 49c4f5d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 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: make spelling
run: exit 1
run: make spelling
working-directory: docs/tools
continue-on-error: true
- if: ${{ github.event_name == 'pull_request' && steps.spell-check.outcome == 'failure' }}
Expand All @@ -27,5 +26,5 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: 'Hi, looks like pyspelling found some issues you can check it here ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/job/${{ github.job }}'
body: 'Hi, looks like pyspelling job found some issues, you can check it [here](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})'
})

0 comments on commit 49c4f5d

Please sign in to comment.