Skip to content

Conversation

@mr-raj12
Copy link

@mr-raj12 mr-raj12 commented Feb 4, 2026

Add GitHub Actions workflow to run codespell on changed files in pull requests. The check is non-blocking (warning only) and reports results in the Job Summary.

Includes:

  • .github/workflows/spell-check.yml — CI workflow (changed files only)
  • setup.cfg [codespell] section — codespell configuration
  • .codespell-ignore-words.txt — custom dictionary for project-specific terms

Fixes aboutcode-org#4727Add GitHub Actions workflow to run codespell on changed files in pull
requests. The check is non-blocking (warning only) and reports results
in the Job Summary.

Includes: - .github/workflows/spell-check.yml — CI workflow (changed files only)

  • setup.cfg [codespell] section — codespell configuration
  • .codespell-ignore-words.txt — custom dictionary for project-specific terms

Fixes #4727
Signed-off-by: Mrityunjay Raj mr.raj.earth@gmail.com

Add GitHub Actions workflow to run codespell on changed files in pull
requests. The check is non-blocking (warning only) and reports results
in the Job Summary.

Includes:
- .github/workflows/spell-check.yml — CI workflow (changed files only)
- setup.cfg [codespell] section — codespell configuration
- .codespell-ignore-words.txt — custom dictionary for project-specific terms

Fixes aboutcode-org#4727

Signed-off-by: Mrityunjay Raj <mr.raj.earth@gmail.com>
@mr-raj12
Copy link
Author

mr-raj12 commented Feb 4, 2026

Hi @AyanSinhaMahapatra! I’ve opened this (#4727) to integrate codespell into the GitHub Actions workflow as we discussed. I'd suggest running it on every PR to prevent new typos from creeping in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add codespell spell-check CI workflow to catch spelling mistakes in PRs

1 participant