We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c73488a commit 88cdf62Copy full SHA for 88cdf62
.github/workflows/trigger-site-rebuild.yml
@@ -11,6 +11,7 @@ jobs:
11
12
dispatch:
13
runs-on: ubuntu-latest
14
+ needs: spellcheck
15
steps:
16
- uses: defold/repository-dispatch@1.2.1
17
with:
.spellcheck.yml
@@ -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
+ ignores:
+ - code
+ - pre
+ sources:
+ - '**/*.md'
+ default_encoding: utf-8
0 commit comments