ci: Migrated to using Just instead of using Makefiles and included a helix config

This commit is contained in:
2025-12-15 13:16:16 -07:00
parent e2c44583e8
commit f0e5ecd5de
3 changed files with 86 additions and 47 deletions
+5
View File
@@ -0,0 +1,5 @@
[keys.normal.backspace]
b = ":sh zellij run -x '4%%' --width '92%%' -f -n Build -- just build"
r = ":sh zellij run -x '3%%' -y '8%%' --width '95%%' --height '90%%' -fc -n 'Run' -- just run"
t = ":sh zellij run -x '4%%' --width '92%%' -f -n Tests -- just test"
l = ":sh zellij run -x '4%%' --width '92%%' -f -n Lint -- just lint"