awesome-hamradio/.github/config/.spellcheck.yaml
2023-06-21 22:32:24 -05:00

20 lines
374 B
YAML

matrix:
- name: Markdown
aspell:
lang: en
dictionary:
wordlists:
- .github/config/.wordlist.txt
encoding: utf-8
pipeline:
- pyspelling.filters.markdown:
markdown_extensions:
- pymdownx.superfences
- pyspelling.filters.html:
comments: false
ignores:
- code
- pre
sources:
- '**/*.md'
default_encoding: utf-8