Skip to content

Add disk monitoring #478

Add disk monitoring

Add disk monitoring #478

Workflow file for this run

name: Lint
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Base Setup
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
- name: Install dependencies
run: |
python -m pip install --upgrade pip black jupyterlab~=4.0
- name: Lint Python
run: |
black --check .
- name: Lint JS
run: |
jlpm
jlpm run lint:check