Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add CI for Typo Checking #476

Merged
merged 5 commits into from
Jan 6, 2025
Merged

feat: add CI for Typo Checking #476

merged 5 commits into from
Jan 6, 2025

Conversation

rebustron
Copy link
Contributor

This pull request integrates a CI step to automate typo detection using codespell. The workflow is configured to run on pull requests and pushes to the ci-typos branch. It includes:

  • A .codespellrc file to customize ignored words and skipped file types.
  • A GitHub Actions workflow (codespell.yml) to install and execute codespell.

This integration aims to enhance code quality by preventing typographical errors in the repository.

@ncitron ncitron merged commit a98921f into a16z:master Jan 6, 2025
4 of 6 checks passed
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.

2 participants