Skip to content

Commit 016d97a

Browse files
authored
Add codespell to CI. (#848)
1 parent 0017130 commit 016d97a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,9 @@ jobs:
182182
- name: pylint
183183
tox: pylint
184184
# continue_on_error: true
185+
- name: codespell
186+
tox: codespell
187+
# continue_on_error: true
185188
- name: flake8
186189
tox: flake8
187190
continue_on_error: true

0 commit comments

Comments
 (0)