mirror of
https://github.com/status-im/specs.git
synced 2025-01-12 07:04:15 +00:00
55d210c30e
* spellcheck * updated * Create f.yml * Delete f.yml * fix * only on pr * fix * spellcheck * attempt * more * updates * fix * more * updates * updated * more * more words * even more * updates * fix * sort * more * updates * updated * sort * Update docs/stable/6-payloads.md Co-authored-by: Samuel Hawksby-Robinson <samuel@samyoul.com> Co-authored-by: Samuel Hawksby-Robinson <samuel@samyoul.com>
21 lines
412 B
YAML
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'
|