Skip to content

Commit b2e1130

Browse files
committed
try1
1 parent 1b4ef6f commit b2e1130

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.github/workflows/spellcheck.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,5 @@ jobs:
7575
with:
7676
task_name: Markdown
7777
source_files: ${{ steps.changed_files.outputs.all_changed_files }}
78+
config_path: .github/workflows/spellcheck.yml
7879

0 commit comments

Comments
 (0)