Skip to content

Commit 7fc7649

Browse files
fix: add jlpm install step to spell-check CI job
1 parent 411d5a1 commit 7fc7649

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,5 +180,10 @@ jobs:
180180
- name: Base Setup
181181
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
182182

183+
- name: Install dependencies
184+
run: jlpm
185+
env:
186+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
187+
183188
- name: Run spell check
184189
run: jlpm run spell-check

0 commit comments

Comments
 (0)