Skip to content

Commit

Permalink
Restructured spellcheck configuration so it does not clutter the root…
Browse files Browse the repository at this point in the history
… directory of the repository
  • Loading branch information
jonasbn committed Feb 5, 2023
1 parent 43cd4de commit 3517915
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .spellcheck.yaml → .github/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ matrix:
ignore-case: true
dictionary:
wordlists:
- .wordlist.txt
- .github/wordlist.txt
encoding: utf-8
pipeline:
- pyspelling.filters.markdown:
Expand Down
File renamed without changes.
2 changes: 2 additions & 0 deletions .github/workflows/check-spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ jobs:
- uses: actions/checkout@master
- uses: rojopolis/[email protected]
name: Spellcheck
with:
config_path: .github/spellcheck.yml # put path to configuration file here

0 comments on commit 3517915

Please sign in to comment.