1 2 3 4 5 6 7 8 9
when: - event: push steps: - name: lint image: python:bookworm commands: - pip install tox - tox -e pylint,pylint-tests,flake,black,isort