You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The action (running Node 20) doesn't have access to the global node repository of the workflow. Is NodeJS part of your normal workflow, in other words, do you already have a package.json file in the root directory?
It is necessary for the node_modules directory to be local.
Adding CSpell dictionaries to a non-Node environment
This is a way to do it without polluting the root of your repo with Node related files.
Folder Layout
repo
|- cspell.json
|- ./cspell
|- cspell.json
|- package.json
|- node_modules <- created by `npm install`
Originally posted by @guidemetothemoon in #181 (comment)
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:
Originally posted by @guidemetothemoon in #181 (comment)
The text was updated successfully, but these errors were encountered: