steps: ruff: image: ubuntu:23.04 commands: - apt update - apt -y install python3 python3-pip - pip3 install -r requirements-dev.txt - ruff check .