Skip to content

ENH: add action to collate fastp reports (#1) #13

ENH: add action to collate fastp reports (#1)

ENH: add action to collate fastp reports (#1) #13

Workflow file for this run

name: Black
on:
pull_request:
branches: ["main"]
push:
branches: ["main"]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
version: "24.10.0"
options: ". --check --extend-exclude '.*_version\\.py$' --verbose"