Skip to content

fix: constructor args #3

fix: constructor args

fix: constructor args #3

Workflow file for this run

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