Skip to content

Scheduling overhaul #586

Scheduling overhaul

Scheduling overhaul #586

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
src: pyscope
jupyter: true
- uses: isort/isort-action@v1.1.1
with:
configuration: profile=black