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
Top comments (0)