Skip to content

Increase the version #511

Increase the version

Increase the version #511

Workflow file for this run

name: Linter
on:
push:
pull_request:
branches:
- master
- V2**
workflow_dispatch:
jobs:
flake:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3
uses: actions/setup-python@v2
with:
python-version: 3
- name: Install dependencies
run: python3 -m pip install tox
- name: Running tox
run: tox -e flake8