Skip to content

feat: recommend Python 3.12 #23

feat: recommend Python 3.12

feat: recommend Python 3.12 #23

Workflow file for this run

name: PR
on:
pull_request:
types: [edited, opened, reopened, synchronize]
jobs:
title:
runs-on: ubuntu-latest
name: Check PR title
steps:
- name: Set up uv
uses: astral-sh/setup-uv@v7
- name: Check PR title
run: |
uvx --from=commitizen cz check --message "${{ github.event.pull_request.title }}"