Bump rust version to one compatible with machete action #256
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 | |
expect_match: false | |
aspell: | |
lang: en | |
dictionary: | |
wordlists: | |
- .github/workflows/.wordlist.txt | |
output: wordlist.dic | |
encoding: utf-8 | |
pipeline: | |
- pyspelling.filters.markdown: | |
markdown_extensions: | |
- markdown.extensions.extra: | |
- pyspelling.filters.html: | |
comments: false | |
attributes: | |
- alt | |
ignores: | |
- ':matches(code, pre)' | |
- 'code' | |
- 'pre' | |
- 'blockquote' | |
sources: | |
- 'README.md' | |
- 'docs/*.adoc' | |
- 'docs/**/*.adoc' |