Skip to content

Commit 5ca659a

Browse files
committed
ci: don't annotate correct files
1 parent 99904c2 commit 5ca659a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/check-i18n.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ async function summarise() {
203203
}
204204
} else {
205205
summary += 'No errors found\n\n';
206-
console.log(`::notice file=src/i18n/${locale}.yml::No errors found`);
206+
// console.log(`::notice file=src/i18n/${locale}.yml::No errors found`);
207207
}
208208

209209
console.log('::endgroup::');

0 commit comments

Comments
 (0)