Skip to content

Change from using KernelWidgetManager to registerWidgetManager in uti… #4

Change from using KernelWidgetManager to registerWidgetManager in uti…

Change from using KernelWidgetManager to registerWidgetManager in uti… #4

Workflow file for this run

name: Pre-Commit Check
on:
push:
branches: ['main']
pull_request:
branches:
- '*'
jobs:
pre_commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
- uses: jupyterlab/maintainer-tools/.github/actions/pre-commit@v1