Skip to content

Commit 8027f0d

Browse files
committed
ft_watcher: make fast_transfer a submodule for easy sync
Signed-off-by: bingyuyap <bingyu.yap.21@gmail.com>
1 parent e3f657f commit 8027f0d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+10195
-40840
lines changed

.github/workflows/build.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,18 @@ on:
33
push:
44
branches:
55
- main
6+
- bing/fast-transfer-submodule
7+
68
jobs:
79
build-and-deploy:
810
runs-on: ubuntu-latest
911
steps:
1012
- name: Checkout 🛎️
1113
uses: actions/checkout@v3
14+
with:
15+
submodules: recursive # Initialize submodules recursively
16+
- name: Update Submodules
17+
run: git submodule update --init --recursive
1218
- uses: actions/setup-node@v3
1319
with:
1420
node-version: 16

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "watcher/sdk/example-liquidity-layer"]
2+
path = watcher/sdk/example-liquidity-layer
3+
url = https://github.com/wormhole-foundation/example-liquidity-layer

0 commit comments

Comments
 (0)