Skip to content

delete joss pdf build workflow (#145) #281

delete joss pdf build workflow (#145)

delete joss pdf build workflow (#145) #281

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "./src"
jupyter: true