Skip to content

ENH Psocake peak finding task (#12) #20

ENH Psocake peak finding task (#12)

ENH Psocake peak finding task (#12) #20

Workflow file for this run

name: Black-format
on: [push, pull_request]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--verbose"
src: "./lute"