Skip to content

Remedy breaking change with 2.x: Use CallbackAPIVersion.VERSION1 as a default #453

Remedy breaking change with 2.x: Use CallbackAPIVersion.VERSION1 as a default

Remedy breaking change with 2.x: Use CallbackAPIVersion.VERSION1 as a default #453

Workflow file for this run

name: lint_python
on:
pull_request:
branches: [master]
push:
branches: [master]
jobs:
lint_python:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- run: pip install tox
- run: tox -e lint