Skip to content

Commit

Permalink
ci: don't annotate correct files
Browse files Browse the repository at this point in the history
  • Loading branch information
eartharoid committed Oct 21, 2023
1 parent 99904c2 commit 5ca659a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check-i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -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::');
Expand Down

0 comments on commit 5ca659a

Please sign in to comment.