Jason Dent
Jason Dent
@AndiDog, You make a good point. Would you be open to making a PR that points would be contributors to [streetsidesoftware/cspell-dicts: Various cspell dictionaries](https://github.com/streetsidesoftware/cspell-dicts)? All the extensions in this repo...
@danielfdickinson, Thank you for doing this. A new doc and a link in the README would be ideal.
@nschonni this action will annotate the pull-request.
This github action (cspell-action) now works. It will report errors in pull-requests and mark the files with warnings. There are some more options that need to be implimented: 1. specify...
@antonpatsev, Would you please give an example of how that might work? Once it is committed on the branch, it is a bit too late. Do you mean have it...
@klonos, You bring up a good point. That action reporting hasn't been updated since the suggestion feature was added.
A workaround is to run `npx cspell "*"`. It will report on any issues.
Ahh, now I understand. You want it to report that the `cspell.json` file is not valid during the ci/cd steps. I think that might be the same as #187.
This action uses [`cspell`](https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell#readme) to do the spell checking. - [Getting Started with CSpell | CSpell](https://cspell.org/docs/getting-started/) should be a good place to start. I suggest creating: `.config/cspell.config.yaml`. The action will...
@GeorgeXCV, You make a good point. An example config in the README would be useful.