Skip to content

Update README.md

Update README.md #8

Workflow file for this run

name: Lint
on:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Lint with Black
uses: psf/[email protected]
with:
src: "./lib ./resources ./study ./util"
jupyter: true