Skip to content

docs & format: aabb.py #3

docs & format: aabb.py

docs & format: aabb.py #3

Workflow file for this run

name: Lint
on:
push:
paths:
- '**.py'
jobs:
flake8:
runs-on: ubuntu-latest
steps:
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: 3.11.9
architecture: x64
- name: Install flake8
run: pip install flake8
- name: Run flake8
run: python -m flake8