mirror of
https://github.com/spartanz51/tutabridge.git
synced 2026-06-24 10:54:32 +02:00
Add CI: fmt, clippy, test, frontend build
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).
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
[submodule "tuta-repo"]
|
||||
path = tuta-repo
|
||||
url = https://github.com/spartanz51/tutanota.git
|
||||
branch = feat/rust-sdk-blob-read
|
||||
branch = tutabridge-integration
|
||||
|
||||
Reference in New Issue
Block a user