Skip to content

chore: modernize project tooling #49

chore: modernize project tooling

chore: modernize project tooling #49

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 }}"