forked from matrix-org/matrix-react-sdk
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into verji-develop
- Loading branch information
Showing
221 changed files
with
3,564 additions
and
7,471 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
name: Static Analysis | ||
on: | ||
workflow_dispatch: | ||
pull_request: {} | ||
merge_group: | ||
types: [checks_requested] | ||
|
@@ -22,44 +21,14 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- uses: actions/setup-node@v4 | ||
with: | ||
cache: "yarn" | ||
# VERJI SPECIFIC - yarn link FOR matrix-react-sdk-module-api on verji-main branch | ||
#- name: "Veri - Clone Github Repo Action - Download verji-main of module-api" | ||
# # You may pin to the exact commit or the version. | ||
# # uses: GuillaumeFalourd/clone-github-repo-action@19817562c346ff60f9935158dede6c5ece8fd0ac | ||
# uses: GuillaumeFalourd/[email protected] | ||
# with: | ||
# # Repository Owner | ||
# owner: verji | ||
# # Repository name | ||
# repository: "matrix-react-sdk-module-api" | ||
# # PAT with repository scope (https://github.com/settings/tokens) | ||
# access-token: ${{secrets.PAT}} | ||
# # Depth of the clone (default: full history) | ||
# depth: 1 | ||
# # Branch name (default: main) | ||
# branch: "verji-main" | ||
# # Clone with submodules | ||
# submodule: false # optional, default is false | ||
# - name: "Verji - Build and yarn link matrix-react-sdk-module-api (prepublish)" | ||
# uses: Azure/powershell@v2 | ||
# with: | ||
# # Yarn link matrix-react-sdk-module-api #--skipLibCheck build --skipLibCheck | ||
# inlineScript: "cd matrix-react-sdk-module-api && yarn && yarn link && yarn prepublishOnly && cd .. && cd .. && cd 'matrix-react-sdk'" | ||
# azPSVersion: "latest" | ||
#END VERJI SPECIFIC | ||
|
||
- name: Install Deps | ||
run: "./scripts/ci/install-deps.sh --ignore-scripts" | ||
# VERJI | ||
# - name: "Verji - yarn link matrix-react-sdk-module-api/verji-main into matrix-react-sdk" | ||
# uses: Azure/powershell@v2 | ||
# with: | ||
# # Yarn link matrix-react-sdk-module-api #--skipLibCheck | ||
# inlineScript: "yarn link '@matrix-org/react-sdk-module-api'" | ||
# azPSVersion: "latest" | ||
# VERJI END | ||
|
||
- name: Typecheck | ||
run: "yarn run lint:types" | ||
|
||
|
@@ -86,7 +55,6 @@ jobs: | |
|
||
i18n_lint: | ||
name: "i18n Check" | ||
if: ${{ github.ref_name != 'verji-develop' }} | ||
uses: matrix-org/matrix-web-i18n/.github/workflows/i18n_check.yml@main | ||
with: | ||
hardcoded-words: "Element" | ||
|
This file was deleted.
Oops, something went wrong.
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
Binary file modified
BIN
-2.25 KB
(89%)
...snapshots/threads/threads.spec.ts/Reply-to-the-location-on-ThreadView-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.