Skip to content

Backport PR #457 on branch 1.x (Add step to create a GPT4All cache folder to the docs) #378

Backport PR #457 on branch 1.x (Add step to create a GPT4All cache folder to the docs)

Backport PR #457 on branch 1.x (Add step to create a GPT4All cache folder to the docs) #378

Workflow file for this run

name: JS Lint
on:
- pull_request
jobs:
js_lint:
name: JS Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
with:
python_version: "3.11.x"
- name: Install JupyterLab
run: pip install jupyterlab~=3.6
- name: Install JS dependencies
run: jlpm
- name: Run JS Lint
run: jlpm lerna run lint:check