Skip to content

Bump jupyter-server from 2.11.1 to 2.11.2 #18

Bump jupyter-server from 2.11.1 to 2.11.2

Bump jupyter-server from 2.11.1 to 2.11.2 #18

Workflow file for this run

name: Ruff
on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1