Skip to content

Commit 2f3a8e9

Browse files
committed
chore: Move workflows under stargazers directory
1 parent 1cb5699 commit 2f3a8e9

261 files changed

Lines changed: 75 additions & 61 deletions

File tree

Some content is hidden

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ members = [
55
"activity/db/turso",
66
"activity/llm/openai",
77
"webhook/webhook-rs",
8-
"workflow/workflow-rs",
8+
"workflow/stargazers/workflow-rs",
99
]
1010

1111
[workspace.package]

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ rust:
99
(cd activity/db/turso && cargo build --release)
1010
(cd activity/llm/openai && cargo build --release)
1111
(cd webhook/webhook-rs && cargo build --release)
12-
(cd workflow/workflow-rs && cargo build --release)
12+
(cd workflow/stargazers/workflow-rs && cargo build --release)
1313

1414
# Build JavaScript components
1515
js:

README.md

Lines changed: 4 additions & 4 deletions

activity/db/wit/deps/stargazers_db

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../stargazers_db
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../stargazers_github
File renamed without changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../stargazers_llm
File renamed without changes.

obelisk-local-go-activity.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ exec.lock_expiry.seconds = 5
3131
[[workflow]]
3232
name = "workflow"
3333
location.path = "${OBELISK_TOML_DIR}/target/wasm32-unknown-unknown/release/workflow.wasm"
34-
backtrace.sources = { "${OBELISK_TOML_DIR}/workflow/workflow-rs/src/lib.rs" = "${OBELISK_TOML_DIR}/workflow/workflow-rs/src/lib.rs" }
34+
backtrace.sources = { "${OBELISK_TOML_DIR}/workflow/stargazers/workflow-rs/src/lib.rs" = "${OBELISK_TOML_DIR}/workflow/stargazers/workflow-rs/src/lib.rs" }
3535

3636
[[http_server]]
3737
name = "webhook_server"

0 commit comments

Comments
 (0)