-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makefile: github/workflows/frontend: Add i18n-check to CI
Fixes tests so they are not run twice #2125 Running it inside the tests makes the translation files be written when the tests run, causing the tests to run twice. Running it as a pre-commit hook is a bit slow (3.0s), because it looks at all the files that have changed, and then writes all the translation files again. So instead we run it in CI so it catches the issues. Signed-off-by: René Dudfield <renedudfield@microsoft.com>
- Loading branch information
Showing
3 changed files
with
9 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters