Skip to content

Merge pull request #26 from john-p-ryan/lognormal_pareto #76

Merge pull request #26 from john-p-ryan/lognormal_pareto

Merge pull request #26 from john-p-ryan/lognormal_pareto #76

Workflow file for this run

name: Check Black formatting
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: psf/black@stable
with:
options: "--line-length 79 --check --verbose"
src: "."