Skip to content

Commit

Permalink
chore: 🔨 todo removed
Browse files Browse the repository at this point in the history
  • Loading branch information
slugb0t committed Aug 12, 2024
1 parent c577af6 commit 941bec8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bot/utils/renderer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,6 @@ export async function applyCWLTemplate(
);
url = `${CODEFAIR_DOMAIN}/view/cwl-validation/${existingCWL.identifier}`;

// TODO: Create a table of the cwl files that were validated
for (const file of newFiles.files) {
tableContent += `| ${file.path} | ${file.validation_status === "valid" ? "✔️" : "❌"} |\n`;
subjects.cwl.files.push(file);
Expand Down

0 comments on commit 941bec8

Please sign in to comment.