- add cargo fmt / clippy to actions build. - add common unit tests. -
Build and Deploy to K3s / test (push) Successful in 2m40s
Build and Deploy to K3s / lint (push) Successful in 1m33s
Build and Deploy to K3s / build-and-push (push) Successful in 5m17s
Build and Deploy to K3s / deploy (push) Successful in 9s

improved security sanitization - security spcecific unit tests - add
unit tests to workflow build - add unami analytics.
This commit is contained in:
2025-11-30 01:37:07 -08:00
parent 9fb9d9ab50
commit 850cf32b50
15 changed files with 2678 additions and 40 deletions
+3
View File
@@ -29,6 +29,9 @@ bytes = "1.9"
log = "0.4"
env_logger = "0.11"
libc = "0.2"
umami_metrics = "0.1.0"
reqwest = { version = "0.11", features = ["json"] }
anyhow = "1.0"
[lib]
name = "webterm"