Skip to content

Commit eb0e020

Browse files
authored
ext: refactor trusted sites page (#4262)
* ext: refactor trusted sites page * remove submodule
1 parent 69cf82d commit eb0e020

18 files changed

Lines changed: 46 additions & 461 deletions

File tree

.easignore

Lines changed: 0 additions & 73 deletions
This file was deleted.

.github/actions/app-mobile-monorepo-setup/action.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

.github/actions/build-setup/action.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ runs:
88
# Setup environment.
99
##########################################################################
1010

11-
#
12-
# Fetch submodule files and prepare for yarn install
13-
#
14-
- run: git submodule update --init && rm -f packages/trek-api-web-ts/yarn.lock
15-
shell: bash
16-
1711
#
1812
# Make sure react-native package.json key is added if used in mobile
1913
#

.github/workflows/app-mobile-build.yml

Lines changed: 0 additions & 69 deletions
This file was deleted.

.github/workflows/app-mobile-preview.yml

Lines changed: 0 additions & 89 deletions
This file was deleted.

.github/workflows/app-mobile-staging-update.yml

Lines changed: 0 additions & 72 deletions
This file was deleted.

.github/workflows/master.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515

16-
- name: Setup SSH for trek-api-web-ts submodule
17-
uses: webfactory/ssh-agent@v0.8.0
18-
with:
19-
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY_SUBMODULE_TREK_API }}
20-
2116
- name: Build setup
2217
uses: ./.github/actions/build-setup
2318

.github/workflows/pull-requests.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616

17-
- name: Setup SSH for trek-api-web-ts submodule
18-
uses: webfactory/ssh-agent@v0.8.0
19-
with:
20-
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY_SUBMODULE_TREK_API }}
21-
2217
- name: Build setup
2318
uses: ./.github/actions/build-setup
2419

@@ -47,19 +42,11 @@ jobs:
4742
id: changes
4843
with:
4944
filters: |
50-
mobile:
51-
- 'packages/app-mobile/**'
52-
- 'packages/**/*.native.*'
5345
extension:
5446
- 'packages/app-extension/**'
5547
xnft:
5648
- 'packages/xnft-cli/**'
5749
58-
- if: steps.changes.outputs.mobile == 'true'
59-
uses: andymckay/labeler@1.0.4
60-
with:
61-
add-labels: "mobile"
62-
6350
- if: steps.changes.outputs.extension == 'true'
6451
uses: andymckay/labeler@1.0.4
6552
with:

0 commit comments

Comments
 (0)