yilin-wu's picture
Upload folder using huggingface_hub
3bfb463 verified
Raw
History Blame Contribute Delete
600 Bytes
matrix:
- name: Markdown
apsell:
lang: en
d: en_US
dictionary:
wordlists:
- .github/scripts/spellcheck_conf/wordlist.txt
output: .github/scripts/spellcheck_conf/wordlist.dic
encoding: utf-8
pipeline:
- pyspelling.filters.context:
context_visible_first: true
delimiters:
- open: '(?s)^ *(?P<open>`{3,})[a-z0-9]*?$'
close: '^(?P=open)$'
- open: ''
content: 'https?://[-a-zA-Z0-9.]+?\.[a-z]{2,6}[-?=&%.0-9a-zA-Z/_#]*'
close: ''
- pyspelling.filters.markdown:
markdown_extensions:
- markdown.extensions.extra: