ci: don't annotate correct files

This commit is contained in:
Isaac
2023-10-21 21:18:21 +01:00
parent 99904c2f7a
commit 5ca659a579

View File

@@ -203,7 +203,7 @@ async function summarise() {
}
} else {
summary += 'No errors found\n\n';
console.log(`::notice file=src/i18n/${locale}.yml::No errors found`);
// console.log(`::notice file=src/i18n/${locale}.yml::No errors found`);
}
console.log('::endgroup::');