Skip to content

Commit 8060c83

Browse files
committed
fix: prettier
1 parent da6ac1b commit 8060c83

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/actions/javascript/validatePRChecklist/validatePRChecklist.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,7 @@ function validateChecklist(body: string): ValidationResult {
6464
}
6565

6666
if (unchecked > 0) {
67-
errors.push(
68-
`${unchecked} checklist item(s) are unchecked. All items must be checked before merging — including items that don't apply (check them and note why if needed).`,
69-
);
67+
errors.push(`${unchecked} checklist item(s) are unchecked. All items must be checked before merging — including items that don't apply (check them and note why if needed).`);
7068
}
7169

7270
// Section warnings

0 commit comments

Comments
 (0)