Skip to content

Commit 0c198ce

Browse files
committed
Rename scripts/gen_quick_start_module[.js]->[.py]
1 parent ec5b7f9 commit 0c198ce

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/check-quickstartmodule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/checkout@v2
3131
- name: Regen quick-start-module
3232
run: |
33-
python3 scripts/gen_quick_start_module.js >assets/quick-start-module.js
33+
python3 scripts/gen_quick_start_module.py >assets/quick-start-module.js
3434
CHANGES=$(git status --porcelain "assets/quick-start-module.js")
3535
echo "$CHANGES"
3636
[ -z "$CHANGES" ]
File renamed without changes.

0 commit comments

Comments
 (0)