forked from matrix-org/matrix-react-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Merge branch 'verji-develop' of https://github.com/verji/matr…
…ix-react-sdk into develop" This reverts commit 68437a1, reversing changes made to 80aa32f.
- Loading branch information
Reza Mohseni
committed
Jul 4, 2024
1 parent
68437a1
commit 4a16bf4
Showing
143 changed files
with
2,316 additions
and
7,238 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
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
41 changes: 0 additions & 41 deletions
41
res/css/views/dialogs/_ConfirmInviteExternalUsersDialog.scss
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.