ci: add PR title lint (#458)

Signed-off-by: Andy Lee <andy.lee@suse.com>
This commit is contained in:
Andy Lee 2025-08-22 10:38:39 +08:00 committed by GitHub
parent 795e5d178f
commit e155d46483
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,6 +22,10 @@ jobs:
- name: Run tests
uses: ./.github/actions/lint
- name: Validate PR title lint
shell: bash
run: echo "${{ github.event.pull_request.title }}" | npx commitlint
- name: Validate commit messages
shell: bash
run: |