Skip to content

Commit 9fa743c

Browse files
committed
install
1 parent dcad0b5 commit 9fa743c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/codespell.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
with:
2121
python-version: '3.14'
2222

23+
- name: Install codespell
24+
run: pip install codespell
25+
2326
- name: Run codespell
2427
run: |
2528
codespell .

0 commit comments

Comments
 (0)