Skip to content

Bump jupyter-server from 2.7.3 to 2.11.2 (#148) #102

Bump jupyter-server from 2.7.3 to 2.11.2 (#148)

Bump jupyter-server from 2.7.3 to 2.11.2 (#148) #102

Workflow file for this run

name: code-check
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install pre-commit
run: pip install pre-commit
- name: Run pre-commit
run: pre-commit run --all-files