We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b4ef6f commit b2e1130Copy full SHA for b2e1130
.github/workflows/spellcheck.yaml
@@ -0,0 +1,20 @@
1
+matrix:
2
+ - name: English
3
+ aspell:
4
+ lang: en
5
+ ignore-case: true
6
+ dictionary:
7
+ wordlists:
8
+ - .spellcheck_exceptions_dictionary.txt
9
+ encoding: utf-8
10
+ pipeline:
11
+ - pyspelling.filters.html:
12
+ comments: false
13
+ ignores:
14
+ - code
15
+ - pre
16
+ sources:
17
+ - "**/*.md"
18
+ - "**/*.tex"
19
+ - "**/*.txt"
20
+ default_encoding: utf-8
.github/workflows/spelling.yml
@@ -75,4 +75,5 @@ jobs:
75
with:
76
task_name: Markdown
77
source_files: ${{ steps.changed_files.outputs.all_changed_files }}
78
+ config_path: .github/workflows/spellcheck.yml
79
0 commit comments