Skip to content

Draft: Add bi-directional comms and run operations in tasks #4

Draft: Add bi-directional comms and run operations in tasks

Draft: Add bi-directional comms and run operations in tasks #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