Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

Add i18n diff check for Element desktop #142

Merged
merged 1 commit into from
Apr 27, 2021
Merged
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
6 changes: 6 additions & 0 deletions element-desktop/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ steps:
- "echo '--- Install js-sdk'"
- "./scripts/ci/install-deps.sh --ignore-scripts"
- "yarn lint"
- label: ":globe_with_meridians: i18n"
command:
- "echo '--- Fetching Dependencies'"
- "yarn install"
- "echo '+++ Testing i18n output'"
- "yarn diff-i18n"
plugins:
- docker#v3.0.1:
image: "node:14-buster"
Expand Down