Skip to content

Bump version v3.0.0 #461

Bump version v3.0.0

Bump version v3.0.0 #461

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