Skip to content

formmating

formmating #268

Workflow file for this run

name: lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# Currently only checking instead of auto formatting
- uses: jpetrucciani/black-check@master
# - uses: psf/black@stable
- name: Install Dependencies
run: pip install -r requirements-test.txt
- name: black check diff
run: black --diff .