Skip to content

Make Jupyter AI a metapackage #2430

Make Jupyter AI a metapackage

Make Jupyter AI a metapackage #2430

Workflow file for this run

name: Lint
on:
- pull_request
jobs:
lint_frontend:
name: Stylelint, Prettier, ESLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
with:
python_version: "3.11.x"
- name: Install JupyterLab
run: pip install jupyterlab~=4.0
- name: Install JS dependencies
run: jlpm
- name: Lint TypeScript source
run: jlpm lerna run lint:check
# TODO
# precommit:
# name: pre-commit check