You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Github Action that spell checks Python, Markdown, and Text files.
8
+
A GitHub Action that spell checks Python, Markdown, and Text files.
9
9
10
10
This action uses [PySpelling][pyspelling] to check spelling in source files in the designated repository.
11
11
@@ -596,11 +596,11 @@ Please see the repository's `requirements.txt` for a list of all included Python
596
596
597
597
### Diagnostic text: `ValueError: Pipline step in unexpected format:`
598
598
599
-
This error emitted from `pyspelling` indicates issues with the configuration file.
599
+
This error emitted from [PySpelling][pyspelling] indicates issues with the configuration file.
600
600
601
601
Please see the section: "Configuration"above.
602
602
603
-
With the update of [pyspelling](https://pypi.org/project/pyspelling/) from 2.6.1 to 2.7.3 with release 0.16.0 (0.15.0, do see the change log).
603
+
With the update of [PySpelling](https://pypi.org/project/pyspelling/) from 2.6.1 to 2.7.3 with release 0.16.0 (0.15.0, do see the change log).
604
604
605
605
This error would be emitted from the GitHub Action, if the configuration was not properly formatted. The Markdown example's earlier revisions in this repository would demonstrate the error.
0 commit comments