Skip to content

Merge pull request #25 from jdebacker/notebooks #61

Merge pull request #25 from jdebacker/notebooks

Merge pull request #25 from jdebacker/notebooks #61

Workflow file for this run

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