Skip to content

Commit 88cdf62

Browse files
committed
Added spellcheck config
1 parent c73488a commit 88cdf62

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.github/workflows/trigger-site-rebuild.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111

1212
dispatch:
1313
runs-on: ubuntu-latest
14+
needs: spellcheck
1415
steps:
1516
- uses: defold/repository-dispatch@1.2.1
1617
with:

.spellcheck.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
matrix:
2+
- name: Markdown
3+
aspell:
4+
lang: en
5+
dictionary:
6+
encoding: utf-8
7+
pipeline:
8+
- pyspelling.filters.markdown:
9+
- pyspelling.filters.html:
10+
comments: false
11+
ignores:
12+
- code
13+
- pre
14+
sources:
15+
- '**/*.md'
16+
default_encoding: utf-8

0 commit comments

Comments
 (0)