Skip to content

Bump jupyterlab from 4.0.10 to 4.0.11 #716

Bump jupyterlab from 4.0.10 to 4.0.11

Bump jupyterlab from 4.0.10 to 4.0.11 #716

Workflow file for this run

name: Run ShellCheck
on: [push, pull_request]
jobs:
shellcheck:
runs-on: [ubuntu-latest]
steps:
- name: Check out source repository
uses: actions/checkout@v4
- name: Analyze shell scripts
uses: 'bewuethr/shellcheck-action@v2'