Skip to content

Make sure that all session contexts has unique IDs even if they don't have a kernel #2218

Make sure that all session contexts has unique IDs even if they don't have a kernel

Make sure that all session contexts has unique IDs even if they don't have a kernel #2218

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Python
uses: actions/setup-python@v4
with:
python-version: '3.8'
architecture: 'x64'
- name: Install dependencies
run: |
python -m pip install jupyterlab
- name: yarn install, integrity, lint
run: |
jlpm --immutable
jlpm integrity
jlpm lint:check