Skip to content

Merge pull request #236 from choderalab/bugfix-physnet #19

Merge pull request #236 from choderalab/bugfix-physnet

Merge pull request #236 from choderalab/bugfix-physnet #19

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --verbose --line-length 88"
src: "./modelforge"