mirror of
https://github.com/kd9lsv/awesome-hamradio.git
synced 2024-11-10 06:19:05 -05:00
20 lines
374 B
YAML
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
|