Skip to content

Fixing RST formatting in README #31

Fixing RST formatting in README

Fixing RST formatting in README #31

Workflow file for this run

name: black
on: [push, pull_request]
# use workaround due to: https://github.com/psf/black/issues/2079#issuecomment-812359146
jobs:
check-formatting:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: psf/[email protected]