spell-check-this icon indicating copy to clipboard operation
spell-check-this copied to clipboard

Template for adding check-spelling action to a repository

Results 4 spell-check-this issues
Sort by recently updated
recently updated
newest added

vpc- is a great start, but there are so many AWS IDs that would be great to match. They're all the same except for the starting value. Things like ami-,...

Please provide a ReadMe that explains how to use this project

Please provide license information

I was trying to run [check-spelling action](https://github.com/marketplace/actions/check-spelling) with [act](https://github.com/nektos/act#installation) locally. Yaml file I used **/.github/workflows/spelling.yml** ``` name: Check Spelling on: push: branches: ["**"] tags-ignore: ["**"] pull_request_target: issue_comment: types: [created] jobs:...