Skip to content

Commit

Permalink
add CI code check
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarchetti committed Sep 25, 2023
1 parent 72bac84 commit 0743690
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -685,3 +685,19 @@ jobs:
# run: |
# just web/build && \
# just test/ui-client ${os}

validate-jupyterlab-plugin:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./extensions/jupyterlab/connect_jupyterlab
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: npm install
run: npm install
-
name: validate
run: just validate

0 comments on commit 0743690

Please sign in to comment.