Skip to content

Conversation

yarikoptic
Copy link

More about codespell: https://github.com/codespell-project/codespell .

I personally introduced it to dozens if not hundreds of projects already and so far only positive feedback.

CI workflow has 'permissions' set only to 'read' so also should be safe.

…s automagically

=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
@Copilot Copilot AI review requested due to automatic review settings October 3, 2025 15:39
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds codespell support to detect spelling errors in the codebase with a GitHub Actions workflow and configuration file, while also fixing a typo in the changelog.

  • Introduces codespell configuration and CI workflow for automated spell checking
  • Fixes a typo in the changelog ("swtich" → "switch")

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
changelog.md Corrects spelling of "switch" in a bug fix description
.github/workflows/codespell.yml Adds GitHub Actions workflow for automated spell checking
.codespellrc Adds codespell configuration file with basic settings

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

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.

1 participant