Skip to content

Commit

Permalink
Improve Spell checking
Browse files Browse the repository at this point in the history
  • Loading branch information
Azzaare committed Aug 13, 2024
1 parent f567106 commit c8dd820
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .SpellChecker.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[default.extend-words]
# Don't correct the surname "Teh"
ot = "OT"
4 changes: 3 additions & 1 deletion .github/workflows/SpellCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ jobs:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Check spelling
uses: crate-ci/[email protected]
uses: crate-ci/typos@master
with:
config: ./myconfig.toml

0 comments on commit c8dd820

Please sign in to comment.