This content originally appeared on DEV Community and was authored by Jonas Brømsø
Since last release there has been a release of PySpelling, which is the core component of this GitHub Action.
The PySpelling release is: 2.11.0
and it contains a new command line flag.
--skip-dict-compile
This has been adopted by this action. This will skip the dictionary compiling step if the dictionary already exists. Changes to a custom dictionary will be ignored., see the release notes for PySpelling.
The feature can be enabled by setting the input parameter skip_dict_compile
to true
, the default is false
, meaning that the dictionary will be compiled on each run of the action. This can save time if you have a large custom dictionary that does not change often.
Do see the updated documentation for details.
In addition the base image for the Docker part of the action has been updated to Python 3.13.7 bookworm slim Release notes for Python 3.13.7
This content originally appeared on DEV Community and was authored by Jonas Brømsø

Jonas Brømsø | Sciencx (2025-09-11T13:43:13+00:00) Feature releases 0.52.0 of the GitHub Action for Checking Spelling. Retrieved from https://www.scien.cx/2025/09/11/feature-releases-0-52-0-of-the-github-action-for-checking-spelling/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.