Skip to content

Codespell action

Actions
Check PR with Codespell
v0.1
LatestPre-release
Star (1)

Codespell Action

A GitHub workflow action to check for common misspellings in the edited files. It uses the idea, name and dictionary from https://github.com/codespell-project/codespell

After running the action, it adds a comment if misspellings were found.

Example usage

uses: plettich/python_codespell_action@master

TODO

  • implement PR comment
  • add tests
  • update PR comment and don't post new ones on each run
  • check filenames as well
  • add configuration file for adding excludes, dictionaries and ignores
  • make avatar and messages configurable (if possible)

Codespell action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Check PR with Codespell
v0.1
LatestPre-release

Codespell action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.