ci(openapi): Add spell-check CI step and fix existing typos#2187
ci(openapi): Add spell-check CI step and fix existing typos#2187
Conversation
- Configure typos spell checker to only check apify-api/ directory - Add .typos.toml config to ignore false positives from example IDs - Verified no actual typos exist in apify-api directory
|
Preview for this PR was built for commit |
Sure, I quickly looked at the current CI setup, and it seems that doc content has its own spell-check steps. Because of that, I configured But of course, we can definitely enable Running it across the repo showed a few existing typos, for example: |
|
I'm fairly certain that we used this already before but retired it for one reason or another (not 100% sure atm). At the same time maybe the tool is better now or we could have better rules in place. I see no harm in setting this up for whole repo and trying it out. Worst case scenario we can revert to having it only work on |
|
Preview for this PR was built for commit |
|
Preview for this PR was built for commit |
|
Preview for this PR was built for commit |
|
Preview for this PR was built for commit |
typosspell checker to check the repository.typos.tomlconfig to ignore false positives.