Skip to content

Commit 8ae5145

Browse files
committed
test - should fail (not transpiled)
1 parent 8060c83 commit 8ae5145

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

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

2020
function getAuthorChecklistSection(body: string): string {
21+
const b = 'b';
2122
const startMarker = '### Author Checklist';
2223
const endMarker = '### Screenshots/Videos';
2324
const startIndex = body.indexOf(startMarker);

0 commit comments

Comments
 (0)