steps: - name: ruff image: python:3.12-alpine commands: - pip install ruff - ruff . --format github when: - branch: exclude: [master, develop, release/*]