Skip to content

Commit 8c74d48

Browse files
feat(cicd): add pyspellchecker and interactive script to extend vocabulary (#312)
1 parent fa640ac commit 8c74d48

File tree

4 files changed

+407
-71
lines changed

4 files changed

+407
-71
lines changed

.codespellrc

Lines changed: 0 additions & 7 deletions
This file was deleted.

.github/workflows/lint-notebooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
if: github.event_name == 'pull_request' && steps.changed_notebooks.outputs.any_changed == 'true'
4343
continue-on-error: true
4444
run: |
45-
uvx python spellcheck.py ${{ steps.changed_notebooks.outputs.all_changed_files }} > spellcheck_output.txt || true
45+
uv run spellcheck.py ${{ steps.changed_notebooks.outputs.all_changed_files }} > spellcheck_output.txt || true
4646
4747
- name: Prepare spellcheck comment body
4848
id: prepare_comment

0 commit comments

Comments
 (0)