Skip to content

Add method get_checks #51

Add method get_checks

Add method get_checks #51

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