mirror of
https://github.com/run-llama/study-llama.git
synced 2026-07-19 23:13:38 -04:00
[PR #9] [MERGED] Go and Docker CI #9
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/study-llama/pull/9
Author: @AstraBert
Created: 11/24/2025
Status: ✅ Merged
Merged: 11/24/2025
Merged by: @AstraBert
Base:
main← Head:clelia/some-ci-adjustements📝 Commits (2)
428f473ci: go ci0571223ci: fix lint and rename some wfs📊 Changes
18 files changed (+385 additions, -8 deletions)
View changed files
➕
.github/workflows/go_build.yaml(+29 -0)➕
.github/workflows/go_docker_build.yaml(+91 -0)➕
.github/workflows/go_docker_image.yaml(+18 -0)➕
.github/workflows/go_lint.yaml(+38 -0)➕
.github/workflows/go_test.yaml(+40 -0)📝
.github/workflows/py_deploy.yaml(+1 -1)➕
frontend/.dockerignore(+5 -0)📝
frontend/.gitignore(+2 -1)➕
frontend/Dockerfile(+17 -0)➕
frontend/Makefile(+36 -0)📝
frontend/agent/agent.go(+2 -2)➕
frontend/agent/agent_test.go(+50 -0)➕
frontend/files/dbops_test.go(+17 -0)📝
frontend/files/files.go(+3 -3)➕
frontend/files/files_test.go(+18 -0)📝
frontend/handlers/handlers.go(+1 -1)➕
frontend/rules/dbops_test.go(+17 -0)➕
frontend/testfiles/the-future-of-vibe-coding.pdf(+0 -0)📄 Description
As per title
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.