Skip to content

Commit 2f03b33

Browse files
authored
Merge pull request #156 from AdaWorldAPI/claude/check-ladybug-rs-access-yVeJG
Claude/check ladybug rs access
2 parents 339451b + 47f3e88 commit 2f03b33

9 files changed

Lines changed: 279 additions & 86 deletions

File tree

.github/workflows/ci-master.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ jobs:
3232
- name: Init vendor submodules
3333
run: git submodule update --init vendor/rustynum
3434

35+
- name: Clone sibling repos (OBLIGATORY deps)
36+
run: |
37+
git clone --depth 1 https://github.com/AdaWorldAPI/rustynum.git ../rustynum
38+
git clone --depth 1 https://github.com/AdaWorldAPI/crewai-rust.git ../crewai-rust
39+
git clone --depth 1 https://github.com/AdaWorldAPI/n8n-rs.git ../n8n-rs
40+
3541
- uses: dtolnay/rust-toolchain@master
3642
with:
3743
toolchain: "1.93.0"
@@ -58,6 +64,12 @@ jobs:
5864
- name: Init vendor submodules
5965
run: git submodule update --init vendor/rustynum
6066

67+
- name: Clone sibling repos (OBLIGATORY deps)
68+
run: |
69+
git clone --depth 1 https://github.com/AdaWorldAPI/rustynum.git ../rustynum
70+
git clone --depth 1 https://github.com/AdaWorldAPI/crewai-rust.git ../crewai-rust
71+
git clone --depth 1 https://github.com/AdaWorldAPI/n8n-rs.git ../n8n-rs
72+
6173
- uses: dtolnay/rust-toolchain@master
6274
with:
6375
toolchain: "1.93.0"
@@ -89,6 +101,12 @@ jobs:
89101
- name: Init vendor submodules
90102
run: git submodule update --init vendor/rustynum
91103

104+
- name: Clone sibling repos (OBLIGATORY deps)
105+
run: |
106+
git clone --depth 1 https://github.com/AdaWorldAPI/rustynum.git ../rustynum
107+
git clone --depth 1 https://github.com/AdaWorldAPI/crewai-rust.git ../crewai-rust
108+
git clone --depth 1 https://github.com/AdaWorldAPI/n8n-rs.git ../n8n-rs
109+
92110
- uses: dtolnay/rust-toolchain@master
93111
with:
94112
toolchain: "1.93.0"
@@ -116,6 +134,12 @@ jobs:
116134
- name: Init vendor submodules
117135
run: git submodule update --init vendor/rustynum
118136

137+
- name: Clone sibling repos (OBLIGATORY deps)
138+
run: |
139+
git clone --depth 1 https://github.com/AdaWorldAPI/rustynum.git ../rustynum
140+
git clone --depth 1 https://github.com/AdaWorldAPI/crewai-rust.git ../crewai-rust
141+
git clone --depth 1 https://github.com/AdaWorldAPI/n8n-rs.git ../n8n-rs
142+
119143
- uses: dtolnay/rust-toolchain@nightly
120144
with:
121145
components: miri

.github/workflows/proof.yml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@ jobs:
5858

5959
- name: Init vendor submodules
6060
run: git submodule update --init vendor/rustynum
61+
62+
- name: Clone sibling repos (OBLIGATORY deps)
63+
run: |
64+
git clone --depth 1 https://github.com/AdaWorldAPI/rustynum.git ../rustynum
65+
git clone --depth 1 https://github.com/AdaWorldAPI/crewai-rust.git ../crewai-rust
66+
git clone --depth 1 https://github.com/AdaWorldAPI/n8n-rs.git ../n8n-rs
67+
6168
- uses: dtolnay/rust-toolchain@master
6269
with:
6370
toolchain: "1.93.0"
@@ -77,6 +84,13 @@ jobs:
7784

7885
- name: Init vendor submodules
7986
run: git submodule update --init vendor/rustynum
87+
88+
- name: Clone sibling repos (OBLIGATORY deps)
89+
run: |
90+
git clone --depth 1 https://github.com/AdaWorldAPI/rustynum.git ../rustynum
91+
git clone --depth 1 https://github.com/AdaWorldAPI/crewai-rust.git ../crewai-rust
92+
git clone --depth 1 https://github.com/AdaWorldAPI/n8n-rs.git ../n8n-rs
93+
8094
- uses: dtolnay/rust-toolchain@master
8195
with:
8296
toolchain: "1.93.0"
@@ -96,6 +110,13 @@ jobs:
96110

97111
- name: Init vendor submodules
98112
run: git submodule update --init vendor/rustynum
113+
114+
- name: Clone sibling repos (OBLIGATORY deps)
115+
run: |
116+
git clone --depth 1 https://github.com/AdaWorldAPI/rustynum.git ../rustynum
117+
git clone --depth 1 https://github.com/AdaWorldAPI/crewai-rust.git ../crewai-rust
118+
git clone --depth 1 https://github.com/AdaWorldAPI/n8n-rs.git ../n8n-rs
119+
99120
- uses: dtolnay/rust-toolchain@master
100121
with:
101122
toolchain: "1.93.0"
@@ -115,6 +136,13 @@ jobs:
115136

116137
- name: Init vendor submodules
117138
run: git submodule update --init vendor/rustynum
139+
140+
- name: Clone sibling repos (OBLIGATORY deps)
141+
run: |
142+
git clone --depth 1 https://github.com/AdaWorldAPI/rustynum.git ../rustynum
143+
git clone --depth 1 https://github.com/AdaWorldAPI/crewai-rust.git ../crewai-rust
144+
git clone --depth 1 https://github.com/AdaWorldAPI/n8n-rs.git ../n8n-rs
145+
118146
- uses: dtolnay/rust-toolchain@master
119147
with:
120148
toolchain: "1.93.0"
@@ -134,6 +162,13 @@ jobs:
134162

135163
- name: Init vendor submodules
136164
run: git submodule update --init vendor/rustynum
165+
166+
- name: Clone sibling repos (OBLIGATORY deps)
167+
run: |
168+
git clone --depth 1 https://github.com/AdaWorldAPI/rustynum.git ../rustynum
169+
git clone --depth 1 https://github.com/AdaWorldAPI/crewai-rust.git ../crewai-rust
170+
git clone --depth 1 https://github.com/AdaWorldAPI/n8n-rs.git ../n8n-rs
171+
137172
- uses: dtolnay/rust-toolchain@master
138173
with:
139174
toolchain: "1.93.0"
@@ -153,6 +188,13 @@ jobs:
153188

154189
- name: Init vendor submodules
155190
run: git submodule update --init vendor/rustynum
191+
192+
- name: Clone sibling repos (OBLIGATORY deps)
193+
run: |
194+
git clone --depth 1 https://github.com/AdaWorldAPI/rustynum.git ../rustynum
195+
git clone --depth 1 https://github.com/AdaWorldAPI/crewai-rust.git ../crewai-rust
196+
git clone --depth 1 https://github.com/AdaWorldAPI/n8n-rs.git ../n8n-rs
197+
156198
- uses: dtolnay/rust-toolchain@master
157199
with:
158200
toolchain: "1.93.0"

0 commit comments

Comments
 (0)