Skip to content

Commit b6e6560

Browse files
committed
test - should pass
1 parent 8ae5145 commit b6e6560

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ const UNCHECKED_PATTERN = /- \[ \]/g;
1818
const CHECKED_PATTERN = /- \[x\]/gi;
1919

2020
function getAuthorChecklistSection(body: string): string {
21-
const b = 'b';
2221
const startMarker = '### Author Checklist';
2322
const endMarker = '### Screenshots/Videos';
2423
const startIndex = body.indexOf(startMarker);

0 commit comments

Comments
 (0)