Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyMatveev686 committed Oct 9, 2023
1 parent 6e82e5a commit 476d655
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spelling_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ jobs:
- uses: rojopolis/[email protected]
name: Spellcheck
with:
config_path: spellcheck/spellcheck.yml # put path to configuration file here
config_path: spellcheck.yml # put path to configuration file here
task_name: Markdown
20 changes: 20 additions & 0 deletions spellcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
matrix:
- name: Markdown
sources:
- 'Enumerations/*.md */*/*.md */*/*/*.md'
default_encoding: utf-8
aspell:
lang: en
dictionary:
wordlists:
- wordlist.txt # <-- put path to custom dictionary file here
encoding: utf-8
pipeline:
- pyspelling.filters.markdown:
markdown_extensions:
- pymdownx.superfences
- pyspelling.filters.html:
comments: false
ignores:
- code
- pre

0 comments on commit 476d655

Please sign in to comment.