Skip to content

Commit 63ffe2a

Browse files
fix typo
1 parent fa5de3b commit 63ffe2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373

7474
- name: Example plugins are up to date and build successfully
7575
run: |
76-
bash build-all.sh && git diff --exit-code # if code fails to build, or if there are code changes, this step will fail
76+
bash build_all.sh && git diff --exit-code # if code fails to build, or if there are code changes, this step will fail
7777
working-directory: example/plugins
7878

7979
# TODO: if possible, it may be good to test whether the plugins correctly

0 commit comments

Comments
 (0)