Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Oct 24, 2025

Adds automated spell checking via crate-ci/typos to catch typos in documentation and workflow files during CI, and fixes all existing typos found in the repository.

Changes

  • Added .github/workflows/typos.yml workflow running on pushes to main and PRs
  • Uses crate-ci/[email protected] action with explicit contents: read permissions
  • Fixed 12 existing typos across docs and workflow files:
    • 11 instances of configuationconfiguration
    • 1 instance of onfigureconfigure
    • 1 instance of covergecoverage

The typos workflow now passes successfully and will catch any future spelling errors.

[!WARNING]

Original prompt

This section details on the original issue you should resolve

<filter_complete></filter_complete>

<issue_title>Typoes on some of the workflows</issue_title>
<issue_description>kaito-project/aikit#673

should run https://github.com/crate-ci/typos as a ci to catch typos</issue_description>

Comments on the Issue (you are @copilot in this section)

Original prompt

This section details on the original issue you should resolve

<issue_title>Typoes on some of the workflows</issue_title>
<issue_description>kaito-project/aikit#673

should run https://github.com/crate-ci/typos as a ci to catch typos</issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] Fix typos in some of the workflows Add typos CI workflow to catch spelling errors Oct 24, 2025
Copilot AI requested a review from Mossaka October 24, 2025 22:03
@Mossaka
Copy link
Collaborator

Mossaka commented Oct 24, 2025

Copy link
Contributor Author

Copilot AI commented Oct 24, 2025

@copilot please fix all the typo issues from https://github.com/githubnext/agentics/actions/runs/18793160948/job/53628448936?pr=63

Fixed all 12 typos detected by the workflow in commit 9c1251c:

  • 11 instances of "configuation" → "configuration"
  • 1 instance of "onfigure" → "configure"
  • 1 instance of "coverge" → "coverage"

The typos workflow now passes successfully.

Copilot AI changed the title Add typos CI workflow to catch spelling errors Add typos CI workflow and fix existing spelling errors Oct 24, 2025
@dsyme dsyme marked this pull request as ready for review October 24, 2025 22:23
@dsyme dsyme merged commit 4c82403 into main Oct 24, 2025
2 checks passed
@dsyme dsyme deleted the copilot/fix-typos-in-workflows branch October 24, 2025 22:27
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.

Typos on some of the workflows

3 participants