Skip to content

refactor: modernize python tooling #72

refactor: modernize python tooling

refactor: modernize python tooling #72

Workflow file for this run

name: PR Title
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: astral-sh/setup-uv@v7
- name: Check PR Title
run: uvx commitlint "${{ github.event.pull_request.title }}"