Skip to content

lxa_iobus: move the project from setup.py to pyproject.toml #8

lxa_iobus: move the project from setup.py to pyproject.toml

lxa_iobus: move the project from setup.py to pyproject.toml #8

Workflow file for this run

name: flake8
on:
pull_request:
paths:
- '**.py'
push:
branches:
- master
jobs:
python-flake:
name: Python Flake8
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: python3 -m pip install flake8 flake8-pyproject
- run: flake8 .