Skip to content

Commit 81ed98c

Browse files
committed
Add links to skill units
1 parent d4d1562 commit 81ed98c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/src/check.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ const getTotal = (answered) => {
292292
todos.push(`\n## [${unit}](Skills/${unit}.md)\n`);
293293
todos.push(...todo);
294294
}
295-
totals.push(`- ${unit}`);
295+
totals.push(`- [${unit}](Skills/${unit}.md)`);
296296
const total = getTotal(answered);
297297
totals.push(...total);
298298
}

0 commit comments

Comments
 (0)