Skip to content

Commit

Permalink
Update spellcheck.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jimstir authored Feb 15, 2024
1 parent cb81c67 commit b7d57fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is workflow for spell checking using PySpelling lib (https://pypi.org/project/pyspelling/)
name: Spellcheck
# Controls when the action will run.
name: GitHub Spellcheck
# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
Expand All @@ -21,5 +21,5 @@ jobs:
steps:
# Spellcheck
- uses: actions/checkout@v2
- uses: igsekor/pyspelling-any@v0.0.2
- uses: igsekor/pyspelling-any@v1.0.4
name: Spellcheck

0 comments on commit b7d57fd

Please sign in to comment.