Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudTT committed Oct 21, 2024
1 parent 64714a7 commit 73376dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-license-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
let commentBody = `## Frontend Project: ESLint Errors\n\`\`\`\n${lintErrors}\n\`\`\`\nPlease review and resolve the ESLint errors.`;
if (process.env.MISSING_LC_HEADERS === 'true') {
commentBody += `\n\n---\n🚩 **Flagged: LC header is missing in one or more files.**`;
commentBody += `\n\n---\n🚩 **Flagged: Licence header is missing in one or more files.**\nPlease check the flagged lines in the files and ensure the appropriate licence headers are added.`;
}
if (lintErrors && issueNumber) {
Expand Down

0 comments on commit 73376dc

Please sign in to comment.