Skip to content

Add setup.py file for packaging #5

Add setup.py file for packaging

Add setup.py file for packaging #5

Workflow file for this run

name: lint-test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v4
- name: Setup Python # Set Python version
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Code quality with flake8
run: |
pip install flake8
flake8 cache --exclude gen