typos-action
Version updated for https://github.com/crate-ci/typos to version v1.42.1.
- This action is used across all versions by 44 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action, “typos,” is a source code spell checker that identifies and corrects spelling mistakes in code repositories. It is designed to be fast and accurate, minimizing false positives to ensure reliable use in workflows like pull requests. Key capabilities include automatic typo detection, customizable dictionaries, support for multiple integrations (e.g., GitHub Actions, pre-commit), and flexible configuration options for handling specialized or localized content.
Release notes
[1.42.1] - 2026-01-19
Fixes
- Ignore hex literals with suffixes (e.g.
0xffffUL)