Skip to content

General improvements #1850

General improvements

General improvements #1850

Workflow file for this run

name: Flake8
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build-linux:
runs-on: ubuntu-latest
strategy:
max-parallel: 5
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.11.11
uses: actions/setup-python@v2
with:
python-version: 3.11.11
- name: Install flake8
run: pip install flake8
- name: Run flake8
run: flake8