rfc/spellcheck.yaml
Dean Eigenmann 3b73cb85aa
github-actions-readme-spelling (#127)
* Create main.yml

* Delete .travis.yml

* Update README.md

* Update main.yml

* Create wordlist.txt

* Update README.md

* Create spellcheck.yaml

* Update wordlist.txt

* Update wordlist.txt

* Update spellcheck.yaml

* Update wordlist.txt

* Update mvds-metadata.md

* Update wordlist.txt

* spelling

* more

* fixes

* filter comments

* spelling corrections, wordlist

* more fixes

* formt

* undid

* filter

* remove

* url

* i think thats it

* fix

* removed to test

* sorted

* Update spellcheck.yaml

* Update main.yml

* trying

* Update wordlist.txt

* Update wordlist.txt

* Update wordlist.txt

* Update README.md

* Update wordlist.txt
2020-05-20 09:03:40 +02:00

21 lines
412 B
YAML

matrix:
- name: Markdown
apsell:
mode: en
ignore-case: true
dictionary:
wordlists:
- wordlist.txt
output: wordlist.dic
encoding: utf-8
pipeline:
- pyspelling.filters.url:
- pyspelling.filters.markdown:
- pyspelling.filters.html:
comments: false
ignores:
- code
- pre
sources:
- '**/*.md'