This commit is contained in:
Isaac
2023-09-07 02:23:55 +01:00
parent 910bdbfc0e
commit 6b69ac4986
3 changed files with 3 additions and 3 deletions

View File

@@ -184,7 +184,7 @@ async function summarise() {
markdownTable([
['Locale', 'Result'],
...locales.map(locale => [
`${locale}`,
`\`${locale}\``,
errors.filter(error => error.locale === locale).length === 0 ? '✅ Passed' : '❌ Failed',
]),
]) + '\n\n';