steps: - name: ruff image: python:3.12-alpine commands: - pip install ruff - ruff . --format github when: - event: pull_request path: 'backend/**'