-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Description
Feature Description
typos-check GitHub Actions
typos-check:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Check spelling with custom config file
uses: crate-ci/[email protected]
with:
config: ./typos.tomlWhy is this feature needed?
Avoid typos.
Checklist
- I have checked the existing issues for similar problems.
Screenshots/Videos
If applicable, add screenshots or videos to help explain your proposal.
Additional Context
Add any other context or screenshots about the feature request here.