We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 898e532 commit 61fc641Copy full SHA for 61fc641
.github/workflows/lint-notebooks.yml
@@ -42,7 +42,7 @@ jobs:
42
if: github.event_name == 'pull_request' && steps.changed_notebooks.outputs.any_changed == 'true'
43
continue-on-error: true
44
run: |
45
- uvx python spellcheck.py ${{ steps.changed_notebooks.outputs.all_changed_files }} > spellcheck_output.txt || True
+ uvx python spellcheck.py ${{ steps.changed_notebooks.outputs.all_changed_files }} > spellcheck_output.txt || true
46
47
- name: Prepare spellcheck comment body
48
id: prepare_comment
0 commit comments