Closed nicholaswilde closed 2 years ago
Thanks for the issue! This looks like a duplicate of #91.
Yep, the issue is related.
I was able to solve the issue by installing the package locally and then running npx spellchecker
inside of my script.
npm install spellchecker-cli
npx spellchecker <file>
Thanks for the help.
Side note, I never know if I should post the solution to the thread I started or in the parent duplicate issue. Any thoughts?
Side note, I never know if I should post the solution to the thread I started or in the parent duplicate issue. Any thoughts?
Good question. I think I'd normally post my solution in both issues. Or at least add a comment to one issue with a link to my comment in the other.
I'm trying to run
spellchecker-cli
in a GitHub Action that runs a script in my repo to spellcheck all of my markdown files. After the 5.0.0 update, my GH Action no longer works. Do you have any idea on how I can fix it?spellcheck.yaml
Failed GH Action Output
Working GH Action Output
spellcheck.sh
It works locally on my machine with version
5.0.0
.