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 92e0814 commit d978bc6Copy full SHA for d978bc6
.github/workflows/main.yml
@@ -101,6 +101,7 @@ jobs:
101
if: steps.filter.outputs.extension == 'true'
102
run: jlpm run eslint:check
103
- name: Build and check by extension
104
+ if: steps.filter.outputs.extension == 'true'
105
run: |
106
pip install . -vvv
107
jupyter labextension list 2>&1 | tee labextension.list
0 commit comments