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
This would be great. I'm now looking to deploy a default cspell action in my organization. Now I'd have to wrap the cspell-action in a action that takes care of writing/copying the organization-default cspell.json and installing dictionaries. Having that be part of cspell or cspell-action would be great.
Description
Can't use
cspell.json
from a URL.To Reproduce
cspell-action.yml
in a repo (note theconfig:
param) :Error: Configuration file "https://raw.githubusercontent.com/Nightblade/pob-dict/main/cspell.json" not found.
Expected behavior
Allow using
cspell.json
(and dictionaries) from a URL.The text was updated successfully, but these errors were encountered: