Skip to content

Commit

Permalink
dont run spellcheck on pr template
Browse files Browse the repository at this point in the history
  • Loading branch information
bitcoin-tools authored Oct 9, 2024
1 parent 434d1c3 commit a9b3b0f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion resources/config/spellcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ matrix:
- code
- pre
sources:
- '**/*.md'
- 'README.md'
- '.github/ISSUE_TEMPLATE/*.md'
- 'docs/CODE_OF_CONDUCT.MD'
- 'docs/CONTRIBUTING.MD'
- 'docs/SECURITY.MD'
- 'docs/lightning.MD'
- 'docs/usetor.MD'
default_encoding: utf-8

0 comments on commit a9b3b0f

Please sign in to comment.