Skip to content

Bump word-wrap from 1.2.3 to 1.2.4 #390

Bump word-wrap from 1.2.3 to 1.2.4

Bump word-wrap from 1.2.3 to 1.2.4 #390

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@v2
- name: Base Setup
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
- name: Install dependencies
run: |
python -m pip install --upgrade pip black jupyterlab~=3.0
- name: Lint Python
run: |
black --check .
- name: Lint JS
run: |
jlpm
jlpm run lint:check