forked from ONLYOFFICE/office-js-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6e82e5a
commit 476d655
Showing
2 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |