1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 15:07:45 +00:00

Meta: Allow overlong 'fixup!' commit titles in pre-commit hook

This commit is contained in:
Ben Wiederhake 2021-11-28 19:59:23 +01:00 committed by Brian Gianforcaro
parent 5217202737
commit 7ba7668fbb
2 changed files with 3 additions and 0 deletions

View file

@ -3,6 +3,7 @@ name: Commit linter
on: [pull_request_target]
# Make sure to update Meta/lint-commit.sh to match this script when adding new checks!
# (… but don't accept overlong 'fixup!' commit descriptions.)
jobs:
lint_commits: