Skip to content

Commit

Permalink
Add links to skill units
Browse files Browse the repository at this point in the history
  • Loading branch information
tshemsedinov committed Jan 28, 2024
1 parent d4d1562 commit 81ed98c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/src/check.js
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ const getTotal = (answered) => {
todos.push(`\n## [${unit}](Skills/${unit}.md)\n`);
todos.push(...todo);
}
totals.push(`- ${unit}`);
totals.push(`- [${unit}](Skills/${unit}.md)`);
const total = getTotal(answered);
totals.push(...total);
}
Expand Down

0 comments on commit 81ed98c

Please sign in to comment.