Skip to content

Fix link to PHIStruct on bio.tools #65

Fix link to PHIStruct on bio.tools

Fix link to PHIStruct on bio.tools #65

on: push
name: Run Black formatter
jobs:
run-black-formatter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --verbose"
jupyter: true