Skip to content

Merge branch 'main' of https://github.com/bioinfodlsu/PHIStruct #4

Merge branch 'main' of https://github.com/bioinfodlsu/PHIStruct

Merge branch 'main' of https://github.com/bioinfodlsu/PHIStruct #4

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