Skip to content

Added click script to solve images in a folder using pinpoint in MaxIm #212

Added click script to solve images in a folder using pinpoint in MaxIm

Added click script to solve images in a folder using pinpoint in MaxIm #212

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