Skip to content

Commit

Permalink
fix lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dlqqq committed Jun 21, 2023
1 parent f598be5 commit 53c8bee
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 16 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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.10.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
16 changes: 0 additions & 16 deletions .github/workflows/tests.yml

This file was deleted.

0 comments on commit 53c8bee

Please sign in to comment.