Skip to content

Commit

Permalink
Moved spelling stuff into github workflow dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
bschroeter committed Jul 3, 2024
1 parent a4cd82b commit 3bd945a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .spellcheck.yml → .github/workflows/.spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ matrix:
mode: en
dictionary:
wordlists:
- .wordlist.txt
- .github/workflows/.wordlist.txt
output: wordlist.dic
encoding: utf-8
pipeline:
Expand Down
3 changes: 2 additions & 1 deletion .wordlist.txt → .github/workflows/.wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ py
jobscript
Jinja
README
md
md
conda
2 changes: 1 addition & 1 deletion .github/workflows/ci_spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ jobs:
- name: Check Spelling
uses: rojopolis/[email protected]
with:
config_path: .spellcheck.yml
config_path: .github/workflows/.spellcheck.yml
task_name: Markdown

0 comments on commit 3bd945a

Please sign in to comment.