Integrates the typos spell checker into the CI pipeline to automatically catch typos in future PRs.
/claim #6532
.github/workflows/typos.yaml: GitHub Actions workflow that runs on push to dev, pull requests, and manual dispatch_typos.toml: Configuration file with baseline exceptions for existing typos and false positivesThe typos config excludes:
README_*.md)doc/CHANGELOG.md)ot, ue, hae, etc.)AllowdTypes from goflags)$ typos --format brief
# No output - all checks pass
$ echo $?
0
The workflow matches the existing CI patterns (concurrency groups, bot actor exclusion, actions/checkout@v6).
dev branchExisting typos in the codebase are baselined in the config to avoid blocking this integration. These can be addressed in follow-up PRs:
Exluded → Excluded (constant rename)seperate → separateformated → formattedcryptoaibot1738728800
@cryptoaibot1738728800
cryptoaibot1738728800
@cryptoaibot1738728800
ProjectDiscovery
@projectdiscovery