Skip to content

Commit

Permalink
Merge pull request #954 from mokibit/fix-codespelling-update
Browse files Browse the repository at this point in the history
 github/workflows: Fix automatic codespelling update
  • Loading branch information
p12tic authored May 28, 2024
2 parents cac90f6 + 2c5d00d commit 04b1078
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .codespellignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
assertIn
2 changes: 2 additions & 0 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ jobs:
uses: actions/checkout@v4
- name: Codespell
uses: codespell-project/actions-codespell@v2
with:
ignore_words_file: .codespellignore

0 comments on commit 04b1078

Please sign in to comment.