Skip to content

Merge pull request #622 from jurijsteblaj/fix/wait-time-func #224

Merge pull request #622 from jurijsteblaj/fix/wait-time-func

Merge pull request #622 from jurijsteblaj/fix/wait-time-func #224

Workflow file for this run

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