-
Notifications
You must be signed in to change notification settings - Fork 0
Create check-spelling.yml #5
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Mike <garzarobm@gmail.com>
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. |
.github/workflows/check-spelling.yml
Outdated
@@ -0,0 +1,5 @@ | |||
- name: Check Spelling (JS, Vue, HTML, Markdown, Text) | |||
# You may pin to the exact commit or the version. | |||
# uses: UnicornGlobal/spellcheck-github-actions@729ccf160f6e72bd078904cddd5e6244f81ee156 |
Check failure
Code scanning / check-spelling
Unrecognized Spelling
.github/workflows/check-spelling.yml
Outdated
@@ -0,0 +1,5 @@ | |||
- name: Check Spelling (JS, Vue, HTML, Markdown, Text) | |||
# You may pin to the exact commit or the version. | |||
# uses: UnicornGlobal/spellcheck-github-actions@729ccf160f6e72bd078904cddd5e6244f81ee156 |
Check failure
Code scanning / check-spelling
Unrecognized Spelling
.github/workflows/check-spelling.yml
Outdated
@@ -0,0 +1,5 @@ | |||
- name: Check Spelling (JS, Vue, HTML, Markdown, Text) | |||
# You may pin to the exact commit or the version. | |||
# uses: UnicornGlobal/spellcheck-github-actions@729ccf160f6e72bd078904cddd5e6244f81ee156 |
Check failure
Code scanning / check-spelling
Unrecognized Spelling
.github/workflows/check-spelling.yml
Outdated
@@ -0,0 +1,5 @@ | |||
- name: Check Spelling (JS, Vue, HTML, Markdown, Text) |
Check failure
Code scanning / check-spelling
Check File Path
.github/workflows/check-spelling.yml
Outdated
@@ -0,0 +1,5 @@ | |||
- name: Check Spelling (JS, Vue, HTML, Markdown, Text) |
Check failure
Code scanning / check-spelling
Check File Path
.github/workflows/check-spelling.yml
Outdated
@@ -0,0 +1,5 @@ | |||
- name: Check Spelling (JS, Vue, HTML, Markdown, Text) | |||
# You may pin to the exact commit or the version. | |||
# uses: UnicornGlobal/spellcheck-github-actions@729ccf160f6e72bd078904cddd5e6244f81ee156 |
Check warning
Code scanning / check-spelling
Candidate Pattern
.github/workflows/check-spelling.yml
Outdated
@@ -0,0 +1,5 @@ | |||
- name: Check Spelling (JS, Vue, HTML, Markdown, Text) | |||
# You may pin to the exact commit or the version. | |||
# uses: UnicornGlobal/spellcheck-github-actions@729ccf160f6e72bd078904cddd5e6244f81ee156 |
Check warning
Code scanning / check-spelling
Candidate Pattern
.github/workflows/check-spelling.yml
Outdated
- name: Check Spelling (JS, Vue, HTML, Markdown, Text) | ||
# You may pin to the exact commit or the version. | ||
# uses: UnicornGlobal/spellcheck-github-actions@729ccf160f6e72bd078904cddd5e6244f81ee156 | ||
uses: UnicornGlobal/spellcheck-github-actions@0.4.0 |
Check failure
Code scanning / check-spelling
Unrecognized Spelling
@check-spelling-bot Report🔴 Please reviewSee the 📂 files view, the 📜action log, or 📝 job summary for details. Unrecognized words (57)
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 git@github.com:Robjects-Pi/pi-dash.git repository curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/main/apply.pl' |
perl - 'https://github.com/Robjects-Pi/pi-dash/actions/runs/8232450788/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:npm/dict/npm.txt
cspell:filetypes/filetypes.txt
cspell:java/src/java-terms.txt
cspell:aws/aws.txt
cspell:r/src/r.txt To stop checking additional dictionaries, add (in check_extra_dictionaries: '' Pattern suggestions ✂️ (5)You could add these patterns to
Errors (4)See the 📂 files view, the 📜action log, or 📝 job summary for details.
See ❌ Event descriptions for more information. |
Signed-off-by: Mike <garzarobm@gmail.com>
Signed-off-by: Mike <garzarobm@gmail.com>
Signed-off-by: Mike <garzarobm@gmail.com>
Signed-off-by: Mike <garzarobm@gmail.com>
Signed-off-by: Mike <garzarobm@gmail.com>
Signed-off-by: Mike <garzarobm@gmail.com>
Signed-off-by: Mike <garzarobm@gmail.com>
Signed-off-by: Mike <garzarobm@gmail.com>
…-dash into garzarobm-patch-1
No description provided.