Skip to content

Commit 64cc9c3

Browse files
committed
fix
1 parent 1b7041d commit 64cc9c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lintcommit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ function validateTitle(title) {
8888
} else if (subject.length === 0) {
8989
return 'empty subject'
9090
} else if (subject.length > 100) {
91-
return 'invalid subject2 (must be <=100 chars)'
91+
return 'invalid subject (must be <=100 chars)'
9292
}
9393

9494
return undefined

0 commit comments

Comments
 (0)