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 b2039e2 commit 74c383dCopy full SHA for 74c383d
.github/workflows/ci.yaml
.github/workflows/ci.yml
@@ -119,3 +119,22 @@ jobs:
119
120
- name: Check licenses
121
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 [email protected] "**/*.{md,txt,json,js,ts,tsx,jsx,yml,yaml}"
0 commit comments