Skip to content

Bump version

Bump version #62

Workflow file for this run

name: black
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v2
- run: pip install black isort
- run: black --check tippisell_api