Skip to content

Commit

Permalink
added
Browse files Browse the repository at this point in the history
  • Loading branch information
sailajakommineni committed Oct 19, 2023
1 parent 5429fa8 commit 16d269e
Showing 1 changed file with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions .github/spellcheck.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
---
matrix:
- name: Markdown
aspell:
lang: en
dictionary:
wordlists:
- .wordlist.txt
encoding: utf-8
pipeline:
- pyspelling.filters.markdown: null
- pyspelling.filters.html:
comments: false
ignores:
- code
- pre
sources:
- "**/*.md"
default_encoding: utf-8

- name: Markdown
aspell:
lang: en
dictionary:
wordlists:
- .wordlist.txt
encoding: utf-8
pipeline:
- pyspelling.filters.markdown: null
- pyspelling.filters.html:
comments: false
ignores:
- code
- pre
sources:
- "**/*.md"
default_encoding: utf-8

0 comments on commit 16d269e

Please sign in to comment.