mirror of https://github.com/waku-org/specs.git
Update spellcheck.yml
This commit is contained in:
parent
cb81c67829
commit
b7d57fd103
|
@ -1,5 +1,5 @@
|
||||||
# This is workflow for spell checking using PySpelling lib (https://pypi.org/project/pyspelling/)
|
# This is workflow for spell checking using PySpelling lib (https://pypi.org/project/pyspelling/)
|
||||||
name: Spellcheck
|
name: GitHub Spellcheck
|
||||||
# Controls when the action will run.
|
# Controls when the action will run.
|
||||||
on:
|
on:
|
||||||
# Triggers the workflow on push or pull request events but only for the main branch
|
# Triggers the workflow on push or pull request events but only for the main branch
|
||||||
|
@ -21,5 +21,5 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
# Spellcheck
|
# Spellcheck
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: igsekor/pyspelling-any@v0.0.2
|
- uses: igsekor/pyspelling-any@v1.0.4
|
||||||
name: Spellcheck
|
name: Spellcheck
|
||||||
|
|
Loading…
Reference in New Issue