Skip to content

fix readme

fix readme #37

Workflow file for this run

name: Lint
on:
push:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install black[jupyter]
- uses: psf/black@stable
with:
options: "" # No '--check --verbose'
- uses: GuillaumeFalourd/[email protected]
with:
commit_message: auto lint