Skip to content

[KF-6704;KF-5958;KF-6782] Bundle version checks + Upgrade to Python 3.10+ using Poetry #554

[KF-6704;KF-5958;KF-6782] Bundle version checks + Upgrade to Python 3.10+ using Poetry

[KF-6704;KF-5958;KF-6782] Bundle version checks + Upgrade to Python 3.10+ using Poetry #554

name: On Pull Request or Push
on:
pull_request:
push:
branches:
- main
- track/**
jobs:
lint:
name: Lint
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: python3 -m pip install tox
- run: tox -e lint