Skip to content

Update README.md (#180) #598

Update README.md (#180)

Update README.md (#180) #598

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "deckard/"
jupyter: true