Merged
Conversation
T8484: added typos check reusable workflow, installed cli via cargo T8484: added typos check reusable workflow, installed cli via cargo with pinned version, and cache added T8484: added typos check reusable workflow, fixing typos missing spells issue T8484: added typos check reusable workflow, checkout branch issue fixed T8484: added typos check reusable workflow, reporting format update T8484: added typos check reusable workflow, reporting format update T8484: added typos check reusable workflow, moving as script T8484: added typos check reusable workflow, moving as script T8484: added typos check reusable workflow, updated reporting format T8484: added typos check reusable workflow, updated reporting format T8484: typos check workflow updated to format comment T8484: typos check workflow updated to format comment T8484: typos check workflow updated to format comment T8484: typos check updated toml T8484: typos check debug T8484: typos check debug T8484: typos check debug T8484: typos check debug T8484: typos file list fix T8484: typos file list fix T8484: typos workflow ref fixed
b727420 to
0456cc9
Compare
sever-sever
approved these changes
Apr 13, 2026
dmbaturin
approved these changes
Apr 13, 2026
Member
dmbaturin
left a comment
There was a problem hiding this comment.
Let's try it and see how it goes, especially with respect to the rate of false positives.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Change Summary
New GitHub Actions reusable workflow that automatically checks for spelling mistakes (typos) in pull requests. Runs on every PR and reports issues with clickable links to the exact locations in the code.
How It Reports Issues
Configuration (Optional)
.typos.tomlis not required — workflow works out of the box.Default exclusions (included automatically):
Add
.typos.tomlto your repository only if you need additional exclusions or customizations:Setup
.typos.tomlto your repository if you need custom exclusionsHow to Use
Create a workflow file in your repository that calls this reusable workflow:
Powered by: typos-cli v1.44.0
Validation
Tested with vyos/gh-action-test-vyos-1x#251 (comment)
Types of changes
Related Task(s)
https://vyos.dev/T8484Related PR(s)
Proposed changes
How to test
Checklist: