Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizencc committed Feb 9, 2024
1 parent 6333eb4 commit bb7c1e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/@aws-cdk/prlint/lint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,8 @@ export class PullRequestLinter {
}
}



private formatErrors(errors: string[]) {
return `\n\n\t❌ ${errors.join('\n\t❌ ')}\n\n`;
};
Expand Down

0 comments on commit bb7c1e7

Please sign in to comment.