Skip to content

Commit 61fc641

Browse files
committed
oops
1 parent 898e532 commit 61fc641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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+
uvx python 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)