Finally I got around to pushing release 0.27.0 of the GitHub Spellcheck Action, it has been in my TODO pipeline for way too long.
This release comes with improved support for PySpelling own configuration scheme. So in addition to the existing support for naming the configuration files, this action now supports the files names used by PySpelling by default.
.spellcheck.yml
.spellcheck.yaml
spellcheck.yml
-
spellcheck.yaml
(the old default) -
.pyspelling.yaml
(PySpelling default) -
.pyspelling.yml
(PySpelling default)
One could argue that this is a design flaw for this action, but now we are here and turning back will require a lot of effort.
If you want to see the original issue and related discussion it is available in the repository as issue #109
Please feel free to open issues and/or PRs, all contributions are welcome.
Thanks to @proffalken for his contribution
As mentioned in the announcement for release 0.26.0 I had two things in the pipeline, this is the second. The first are not as easily addressed, so it will require some more work.
Another important note is that the releases:
- 0.17.0
- 0.18.0
Will be sunsetted in the middle of October, so now is a good time to update.
Change log
0.27.0, 2022-09-09, feature release, update not required
Support for default PySpelling configuration files via PR #116 from @proffalken
Docker image updated to Python 3.10.6 slim via PR #117 from @dependabot. Release notes for Python 3.10.6
Top comments (0)