-
Notifications
You must be signed in to change notification settings - Fork 45
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
Add spellcheck workflow #32
Conversation
e7001ab
to
8988693
Compare
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
@@ -0,0 +1,74 @@ | |||
name: Check Spelling |
Check failure
Code scanning / check-spelling
Check File Path Error
@@ -0,0 +1,74 @@ | |||
name: Check Spelling |
Check failure
Code scanning / check-spelling
Check File Path Error
@@ -0,0 +1,74 @@ | |||
name: Check Spelling |
Check failure
Code scanning / check-spelling
Check File Path Error
@check-spelling-bot Report🔴 Please reviewSee the 📂 files view, the 📜action log, or 📝 job summary for details. Unrecognized words (145)
Some files were automatically ignored 🙈These sample patterns would exclude them:
You should consider adding them to:
File matching is via Perl regular expressions. To check these files, more of their words need to be in the dictionary than not. You can use To accept these unrecognized words as correct and update file exclusions, you could run the following commands... in a clone of the [email protected]:thedevdojo/auth.git repository curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/main/apply.pl' |
perl - 'https://github.com/thedevdojo/auth/actions/runs/9421372425/attempts/1' OR To have the bot accept them for you, reply quoting the following line: Available 📚 dictionaries could cover words not in the 📘 dictionary
Consider adding them (in with:
extra_dictionaries:
cspell:php/dict/php.txt
cspell:css/dict/css.txt
cspell:typescript/dict/typescript.txt
cspell:html/dict/html.txt
cspell:fullstack/dict/fullstack.txt To stop checking additional dictionaries, add (in check_extra_dictionaries: '' Pattern suggestions ✂️ (17)You could add these patterns to
Errors (6)See the 📂 files view, the 📜action log, or 📝 job summary for details.
See ❌ Event descriptions for more information. |
No description provided.