Skip to content

Commit

Permalink
ext: refactor trusted sites page (#4262)
Browse files Browse the repository at this point in the history
* ext: refactor trusted sites page

* remove submodule
  • Loading branch information
callensm committed Dec 25, 2023
1 parent 69cf82d commit eb0e020
Show file tree
Hide file tree
Showing 18 changed files with 46 additions and 461 deletions.
73 changes: 0 additions & 73 deletions .easignore

This file was deleted.

30 changes: 0 additions & 30 deletions .github/actions/app-mobile-monorepo-setup/action.yml

This file was deleted.

6 changes: 0 additions & 6 deletions .github/actions/build-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ runs:
# Setup environment.
##########################################################################

#
# Fetch submodule files and prepare for yarn install
#
- run: git submodule update --init && rm -f packages/trek-api-web-ts/yarn.lock
shell: bash

#
# Make sure react-native package.json key is added if used in mobile
#
Expand Down
69 changes: 0 additions & 69 deletions .github/workflows/app-mobile-build.yml

This file was deleted.

89 changes: 0 additions & 89 deletions .github/workflows/app-mobile-preview.yml

This file was deleted.

72 changes: 0 additions & 72 deletions .github/workflows/app-mobile-staging-update.yml

This file was deleted.

5 changes: 0 additions & 5 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup SSH for trek-api-web-ts submodule
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY_SUBMODULE_TREK_API }}

- name: Build setup
uses: ./.github/actions/build-setup

Expand Down
13 changes: 0 additions & 13 deletions .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup SSH for trek-api-web-ts submodule
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY_SUBMODULE_TREK_API }}

- name: Build setup
uses: ./.github/actions/build-setup

Expand Down Expand Up @@ -47,19 +42,11 @@ jobs:
id: changes
with:
filters: |
mobile:
- 'packages/app-mobile/**'
- 'packages/**/*.native.*'
extension:
- 'packages/app-extension/**'
xnft:
- 'packages/xnft-cli/**'
- if: steps.changes.outputs.mobile == 'true'
uses: andymckay/[email protected]
with:
add-labels: "mobile"

- if: steps.changes.outputs.extension == 'true'
uses: andymckay/[email protected]
with:
Expand Down
Loading

0 comments on commit eb0e020

Please sign in to comment.