@@ -11,6 +11,7 @@ jobs:
dispatch:
runs-on: ubuntu-latest
+ needs: spellcheck
steps:
- uses: defold/[email protected]
with:
@@ -0,0 +1,16 @@
+matrix:
+- name: Markdown
+ aspell:
+ lang: en
+ dictionary:
+ encoding: utf-8
+ pipeline:
+ - pyspelling.filters.markdown:
+ - pyspelling.filters.html:
+ comments: false
+ ignores:
+ - code
+ - pre
+ sources:
+ - '**/*.md'
+ default_encoding: utf-8