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.
2 parents 92e0814 + d978bc6 commit 1395b09Copy full SHA for 1395b09
.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