Skip to content

run minimum dependency tests on Python 3.10 #4

run minimum dependency tests on Python 3.10

run minimum dependency tests on Python 3.10 #4

Workflow file for this run

name: Lint

Check failure on line 1 in .github/workflows/lint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/lint.yml

Invalid workflow file

(Line: 22, Col: 5): There's not enough info to determine what you meant. Add one of these properties: cancel-timeout-minutes, container, continue-on-error, defaults, env, environment, outputs, runs-on, secrets, services, snapshot, steps, timeout-minutes, uses, with
on:
- pull_request
jobs:
lint_frontend:
name: Stylelint, Prettier, ESLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
with:
python_version: "3.11.x"
- name: Install JupyterLab
run: pip install jupyterlab~=4.0
- name: Install JS dependencies
run: jlpm
- name: Lint TypeScript source
run: jlpm lerna run lint:check
precommit:
name: pre-commit check
# TODO