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 fa5de3b commit 63ffe2aCopy full SHA for 63ffe2a
.github/workflows/ci.yaml
@@ -73,7 +73,7 @@ jobs:
73
74
- name: Example plugins are up to date and build successfully
75
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
+ bash build_all.sh && git diff --exit-code # if code fails to build, or if there are code changes, this step will fail
77
working-directory: example/plugins
78
79
# TODO: if possible, it may be good to test whether the plugins correctly
0 commit comments