Skip to content

Commit 88136f8

Browse files
committed
ci: fix build
1 parent cf88d61 commit 88136f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/validate-commits.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export default function (argv: ValidateCommitsOptions, logger: logging.Logger) {
7373
}
7474

7575
for (const [sha, message] of commits) {
76-
if (blacklist.find(i => i.startsWith(sha)) !== -1) {
76+
if (blacklist.find(i => i.startsWith(sha))) {
7777
// Some commits are better ignored.
7878
continue;
7979
}

0 commit comments

Comments
 (0)