I have released version 0.36.0 of the GitHub Action for doing spelling checking of your documentation etc. for which I am the current maintainer.
This release was prompted by several updates.
- Docker base image bumped to Python 3.12.1
- and the
pyspelling
dependency was updated to 2.10
The core component of the action is the pyspelling
package which is a Python package for checking spelling. It is a wrapper around the hunspell
and aspell
libraries and provides a Pythonic interface to them. The action is a simple wrapper around this package to make it easy to use in a GitHub Action workflow.
With 2.10 pyspelling
introduces the ability to run in parallel, which should speed up processing time. I have not been able to document this at this time, but I will more into if this requires additonal work in regard to Docker images used for the action.
Change Log
0.36.0, 2024-02-06, feature release, update not required
With version 2.10 of PySpelling the action now supports the configuration of running jobs in parallel, see the documentation for PySpelling
Docker image updated to Python 3.12.1 slim via PR #177 from Dependabot. Release notes for Python 3.12.1
Top comments (0)