Skip to content

Add black, isort build tooling and simplify build #52

Add black, isort build tooling and simplify build

Add black, isort build tooling and simplify build #52

Workflow file for this run

name: build
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install the project
run: make install
env:
TERM: xterm-256color
- name: Run the build
run: make build
env:
TERM: xterm-256color