Skip to content

Commit 68ac4d6

Browse files
Rahul-4480vjdhama
authored andcommitted
refactor: rename yml and py files to snake_case convention
1 parent c6f052b commit 68ac4d6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
3939
run: |
4040
ALL_CHANGED_FILES='${{ steps.changed-files.outputs.all_changed_files }}'
41-
python .github/scripts/spellcheck.py $ALL_CHANGED_FILES
41+
python .github/scripts/spell_check.py $ALL_CHANGED_FILES
4242
continue-on-error: true
4343

4444
- name: Post comment for pull request

0 commit comments

Comments
 (0)