ci: don't annotate correct files

This commit is contained in:
Isaac 2023-10-21 21:18:21 +01:00
parent 99904c2f7a
commit 5ca659a579
No known key found for this signature in database
GPG Key ID: 0DE40AE37BBA5C33

View File

@ -203,7 +203,7 @@ async function summarise() {
} }
} else { } else {
summary += 'No errors found\n\n'; 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::'); console.log('::endgroup::');