Skip to content
This repository was archived by the owner on Feb 14, 2024. It is now read-only.

Commit 05d1766

Browse files
committed
Lint step
1 parent 41a5c4c commit 05d1766

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,13 @@ jobs:
2929
set -eux
3030
jlpm
3131
jlpm run build
32-
jlpm run eslint:check
3332
python -m pip install -v .
3433
jupyter labextension list 2>&1 | grep -ie "@jupyterlite/xeus-python-kernel.*OK"
3534
35+
- name: Lint
36+
run: |
37+
jlpm run lint:check
38+
3639
- name: Build the extension
3740
run: |
3841
pip install build
@@ -85,7 +88,7 @@ jobs:
8588
- uses: actions/download-artifact@v2
8689
with:
8790
name: jupyterlite-xeus-python-sdist
88-
91+
8992
- name: Install Conda environment with Micromamba
9093
uses: mamba-org/setup-micromamba@v1
9194
with:
@@ -116,7 +119,7 @@ jobs:
116119
- uses: actions/download-artifact@v2
117120
with:
118121
name: jupyterlite-xeus-python-sdist
119-
122+
120123
- name: Install Conda environment with Micromamba
121124
uses: mamba-org/setup-micromamba@v1
122125
with:

0 commit comments

Comments
 (0)