mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-05 10:09:53 +01:00
26 lines
502 B
YAML
26 lines
502 B
YAML
spellchecker: aspell
|
|
matrix:
|
|
- name: Markdown
|
|
aspell:
|
|
lang: en
|
|
dictionary:
|
|
wordlists:
|
|
- .github/workflows/gibberish.txt
|
|
encoding: utf-8
|
|
pipeline:
|
|
- pyspelling.filters.markdown:
|
|
markdown_extensions:
|
|
- markdown.extensions.extra:
|
|
- pyspelling.filters.html:
|
|
comments: true
|
|
attributes:
|
|
- title
|
|
- alt
|
|
ignores:
|
|
- ':matches(code, pre)'
|
|
- 'code'
|
|
- 'pre'
|
|
sources:
|
|
- '**/*.md'
|
|
default_encoding: utf-8
|