Skip to content

Increase time for mass-failover-timings #113

Increase time for mass-failover-timings

Increase time for mass-failover-timings #113

Workflow file for this run

name: Linting with Flake8
on:
push:
pull_request:
jobs:
linting:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Python environment
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Install Flake8
run: pip install flake8
- name: Run Flake8
run: flake8 .