Skip to content

Commit

Permalink
Merge pull request #897 from tchapgouv/i18n-tools-in-ci-2
Browse files Browse the repository at this point in the history
i18n in CI : add yarn-linked-repositories install
  • Loading branch information
estellecomment authored Feb 8, 2024
2 parents 42d8508 + ce902c1 commit f50ca20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tchap_static_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:

# Needs branch matching as it inherits .stylelintrc.js from matrix-react-sdk
- name: Install Dependencies
run: "yarn install --pure-lockfile"
run: "./scripts/tchap/install-yarn-linked-repositories.sh"

- name: Run i18n-tchap
run: "yarn i18n-tchap"
Expand Down

0 comments on commit f50ca20

Please sign in to comment.