Skip to content

Commit

Permalink
Fix cspell
Browse files Browse the repository at this point in the history
  • Loading branch information
McLargo committed Mar 25, 2024
1 parent 58e083f commit df6adeb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,5 @@ jobs:
# =================================
- name: Run cspell
uses: streetsidesoftware/cspell-action@v6
with:
config: 'cspell/cspell.json'
3 changes: 2 additions & 1 deletion cspell/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
"path": "./dictionaries/python.txt"
}
],
"dictionaries": ["lesson-dictionary", "python-dictionary"]
"dictionaries": ["lesson-dictionary", "python-dictionary"],
"ignorePaths": ["../.github/workflows/*.yml"]
}

0 comments on commit df6adeb

Please sign in to comment.