-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Document How To Install Additional Dictionaries #181
Comments
Trying to support all dictionaries would make this action huge. Maybe a way of downloading them on the fly might work. |
Yeah, I have come to agree with you since filing this issue as I have realized that pulling actions down is itself one of the most expensive operations we do. I think even just showing an example of a |
@Kurt-von-Laven can you please provide such an example? Cos I want to use https://www.npmjs.com/package/cspell-dict-uk-ua and I can't fully understand how to do it using this GitHub action. |
It is better to use @cspell/dict-uk-ua - npm Two steps are needed.
|
@Jason3S Thanks! But I
|
GitHub Actions workflow for the CSpell spellcheck. Action from https://github.com/streetsidesoftware/cspell-action Additional dictionary has to be installed seperately upfront, as described in streetsidesoftware/cspell-action#181 Signed-off-by: Nico Rikken <[email protected]>
GitHub Actions workflow for the CSpell spellcheck. Action from https://github.com/streetsidesoftware/cspell-action Additional dictionary has to be installed seperately upfront, as described in streetsidesoftware/cspell-action#181 Signed-off-by: Nico Rikken <[email protected]>
Hi @Jason3S , I'm facing an issue with making additional dictionaries to work with GH action and in search of documentation I came across this issue. Can you please point out what I may be doing wrong here? Thanks in advance! My workflow looks like this:
cspell.json looks like this:
I'm getting the following error when executing with this configuration:
|
This action is especially convenient for spell checking projects where installing a first Node.js package solely for the purpose of spell checking is difficult to justify. It would be ideal if it supported all of the official cspell dictionaries. I think the workaround for us is to install the medical dictionary in our workflow, and configure caching of yarn dependencies.
The text was updated successfully, but these errors were encountered: