specs/.spellcheck.yml
Jazz Turner-Baggs af75a3c590
Incremental spellcheck action (#55)
* chore: add incremental spellcheck

* chore: upgrade repo wide spellcheck
2025-02-27 06:59:38 -08:00

18 lines
345 B
YAML

matrix:
- name: Markdown
sources:
- '**/*.md'
expect_match: false # false -> supress errors if no markdown files were edited
aspell:
lang: en
dictionary:
wordlists:
- .wordlist.txt
encoding: utf-8
pipeline:
- pyspelling.filters.markdown
- pyspelling.filters.text
default_encoding: utf-8
suggest: true