Skip to content

Allow instantaneous penetration ratios to be negative (#1335) #1244

Allow instantaneous penetration ratios to be negative (#1335)

Allow instantaneous penetration ratios to be negative (#1335) #1244

Workflow file for this run

name: lint
on:
# Trigger the workflow on push or pull request,
# but only for the main and develop branches
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable