DEV Community

Jonas Brømsø
Jonas Brømsø

Posted on • Edited on

Release 0.36.0 of Spellcheck (GitHub) Action: maintenance/feature release - sort of

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

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay