mirror of
https://github.com/spartanz51/tutabridge.git
synced 2026-06-24 10:54:32 +02:00
GitHub Actions on push/PR (macOS runner): checks out the vendored SDK submodule (full history so its pinned fork-branch commit is reachable), builds the frontend (tauri-build needs ui/dist), then runs `cargo fmt --check`, clippy (advisory for now), and `cargo test --workspace`. Caches cargo to keep runs reasonable. Also point .gitmodules at `tutabridge-integration` (the branch the submodule commit actually lives on).
5 lines
125 B
Plaintext
5 lines
125 B
Plaintext
[submodule "tuta-repo"]
|
|
path = tuta-repo
|
|
url = https://github.com/spartanz51/tutanota.git
|
|
branch = tutabridge-integration
|