Skip to content

JOSS editor changes #142

JOSS editor changes

JOSS editor changes #142

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@8a737e727ac5ab2f1d4cf5876720ed276dc8dc4b # v25.1.0
with:
options: "--check --diff"
src: "./src/pydartdiags"