Skip to content

Commit

Permalink
Fix codespell command (for GitHub Actions)
Browse files Browse the repository at this point in the history
  • Loading branch information
shelld3v committed Dec 30, 2023
1 parent a4cb388 commit 15c859c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
run: |
flake8 .
- name: Codespell
run: codespell
run: codespell -S CONTRIBUTORS.md
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
- Exclude status switch
- Pause/next directory feature
- Changed help structure
- Expaded default dictionary
- Expanded default dictionary

## 0.2.2 - July 2, 2014
- Fixed some bugs
Expand Down

0 comments on commit 15c859c

Please sign in to comment.