From 5ca659a579270b7c4766d9bda009ee969cbf8e94 Mon Sep 17 00:00:00 2001 From: Isaac Date: Sat, 21 Oct 2023 21:18:21 +0100 Subject: [PATCH] ci: don't annotate correct files --- scripts/check-i18n.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check-i18n.js b/scripts/check-i18n.js index d5b9f36..cd00c86 100644 --- a/scripts/check-i18n.js +++ b/scripts/check-i18n.js @@ -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::');