Skip to content

[pre-commit.ci] pre-commit autoupdate #460

[pre-commit.ci] pre-commit autoupdate

[pre-commit.ci] pre-commit autoupdate #460

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