mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-10 21:03:12 +01:00
20 lines
385 B
YAML
20 lines
385 B
YAML
matrix:
|
|
- name: Markdown
|
|
sources:
|
|
# Ignore the CHANGELOG.md file, it is autogenerated
|
|
- ./*.md|!./CHANGELOG.md
|
|
- ./web/docs/**/*.md
|
|
dictionary:
|
|
wordlists:
|
|
- .wordlist.txt
|
|
aspell:
|
|
lang: en
|
|
d: en_US
|
|
pipeline:
|
|
- pyspelling.filters.markdown:
|
|
- pyspelling.filters.html:
|
|
ignores:
|
|
- ':matches(code, pre)'
|
|
- 'code'
|
|
- 'pre'
|