mirror of
https://github.com/logos-messaging/specs.git
synced 2026-05-21 04:19:27 +00:00
Update spellcheck.yml
This commit is contained in:
parent
cb81c67829
commit
b7d57fd103
6
.github/workflows/spellcheck.yml
vendored
6
.github/workflows/spellcheck.yml
vendored
@ -1,6 +1,6 @@
|
|||||||
# 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
|
||||||
push:
|
push:
|
||||||
@ -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…
x
Reference in New Issue
Block a user