Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,10 @@ jobs:
- name: Run tests (${{ matrix.name }})
run: npm test
working-directory: ${{ matrix.path }}

# Every English key must exist in every other language (issue #137), so a
# new string can't ship as untranslated text in a translated UI.
- name: Check translation completeness
if: matrix.name == 'frontend'
run: npm run check:i18n
working-directory: ${{ matrix.path }}
Loading
Loading