Skip to content

Merge pull request #82 from cainrinkMac/main #158

Merge pull request #82 from cainrinkMac/main

Merge pull request #82 from cainrinkMac/main #158

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.0
with:
configuration: profile=black