Skip to content

Commit

Permalink
spellcheck config
Browse files Browse the repository at this point in the history
  • Loading branch information
bensonlee5 committed Aug 26, 2024
1 parent 910d53f commit 3d742df
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
done
- uses: rojopolis/[email protected]
name: Spellcheck

if: ${{ steps.changed_files.outputs.all_changed_files }}
with:
config_path: spellcheck.yaml
source_files: ${{ steps.changed_files.outputs.all_changed_files }}
task_name: Markdown
3 changes: 2 additions & 1 deletion .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ UI
performant
releaseSideBar
SDK
MSI
MSI
http
2 changes: 1 addition & 1 deletion core-dev-operators
2 changes: 1 addition & 1 deletion core-operators
4 changes: 4 additions & 0 deletions spellcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ matrix:
- name: Markdown
aspell:
lang: en
d: en_US
mode: markdown
ignore-case: true
dictionary:
wordlists:
- .wordlist.txt
Expand All @@ -17,4 +20,5 @@ matrix:
- pre
sources:
- '**/*.mdx'
- '**/*.md'
default_encoding: utf-8

0 comments on commit 3d742df

Please sign in to comment.