mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
CI: Disallow spaces just before the separating colon in commit titles
This commit is contained in:
committed by
Linus Groh
parent
804d592303
commit
f09e361eef
2
.github/workflows/lintcommits.yml
vendored
2
.github/workflows/lintcommits.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
||||
uses: tim-actions/commit-message-checker-with-regex@v0.3.1
|
||||
with:
|
||||
commits: ${{ steps.get-pr-commits.outputs.commits }}
|
||||
pattern: '^\S.*?: .+'
|
||||
pattern: '^\S.*?\S: .+'
|
||||
error: 'Missing category in commit title (if this is a fix up of a previous commit, it should be squashed)'
|
||||
|
||||
- name: Check first word of title for capitalization
|
||||
|
||||
Reference in New Issue
Block a user