generated from mathias/template-go-web
2c9bc1be3139b0d107540c0e0866f8c937fb4a96
CD / Lint / Test / Vet (push) Successful in 5s
This is a research repo -- issue#6/#7 already decided CI should be check-only (`task check` on push/PR), no build, no image push, no deploy, since training runs are manual/GPU-bound and never CI-triggered. That never actually landed in cd.yml: it still carried the original go-web template's build+deploy jobs verbatim, still referencing the pre-rename `hostexecutor` name (`./cmd/hostexecutor` doesn't exist -- real dirs are cmd/eval, cmd/jepa-fx-risk) and a `k3s/apps/hostexecutor` deployment that was never created in infra (confirmed: no manifest exists under either name). Once the check job's own Taskfile bug was fixed, build started actually running and failing on the wrong path. Removed both jobs -- check is the only gate this repo needs.
hostexecutor
Generated from
mathias/template-go-web.
Bootstrap
After creating from template, run:
go mod tidy # regenerate go.sum with real module path
task generate # generate templ files
task build # build the binary
Description
JEPA-based latent representation learning for FX trading risk management — research project
370 KiB
Languages
Python
76.4%
Go
18.4%
Shell
4.3%
templ
0.6%
Dockerfile
0.3%