Skip to content

Commit 74c383d

Browse files
authored
ci: fix ci dupe (#44)
1 parent b2039e2 commit 74c383d

File tree

2 files changed

+19
-31
lines changed

2 files changed

+19
-31
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 31 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,22 @@ jobs:
119119

120120
- name: Check licenses
121121
run: yarn check-licenses
122+
123+
spell-check:
124+
name: Spell Check
125+
permissions:
126+
contents: read
127+
timeout-minutes: 10
128+
runs-on: ubuntu-latest
129+
steps:
130+
- name: Checkout
131+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
132+
133+
- name: Base Setup
134+
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@d72f5cb72b472c1e59036840891e918c9bda4dae # v1
135+
136+
- name: Install JupyterLab
137+
run: python -m pip install -U "jupyterlab>=4.0.0,<5"
138+
139+
- name: Run spell check
140+
run: npx cspell@9.2.1 "**/*.{md,txt,json,js,ts,tsx,jsx,yml,yaml}"

0 commit comments

Comments
 (0)