Merge pull request #299 from NFDI4Microbiota/update_RDM #226
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
matrix: | |
- name: Markdown | |
aspell: | |
lang: en | |
d: en_US | |
dictionary: | |
wordlists: | |
- .github/workflows/spellcheck.whitelist | |
- .github/workflows/spellcheck.acronyms.whitelist | |
encoding: utf-8 | |
pipeline: | |
- pyspelling.filters.markdown: | |
- pyspelling.filters.html: | |
comments: false | |
ignores: | |
- code | |
- pre | |
- a | |
sources: | |
- '**/*.md' | |
default_encoding: utf-8 |