There was an error while loading. Please reload this page.
1 parent dcad0b5 commit 9fa743cCopy full SHA for 9fa743c
1 file changed
.github/workflows/codespell.yml
@@ -20,6 +20,9 @@ jobs:
20
with:
21
python-version: '3.14'
22
23
+ - name: Install codespell
24
+ run: pip install codespell
25
+
26
- name: Run codespell
27
run: |
28
codespell .
0 commit comments