Skip to content

chore(deps): update devdependencies #67

chore(deps): update devdependencies

chore(deps): update devdependencies #67

Workflow file for this run

name: CI
on:
push:
branches: main
pull_request:
branches: '*'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
spell-check:
name: Spell Check
permissions:
contents: read
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- name: Base Setup
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@affc83be6020d529b9368cd4d63e467877606600 # v1
- name: Install JupyterLab
run: python -m pip install -U "jupyterlab>=4.0.0,<5"
- name: Run spell check
run: npx [email protected] "**/*.{md,txt,json,js,ts,tsx,jsx,yml,yaml}"