Commit Graph
3 Commits
Author SHA1 Message Date
thuanleandClaude Opus 4.7 3eb64338c9 ci: add go vet job to PR workflow
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-28 07:51:04 +07:00
claudecode a6734c126d ci: use 'linux' runner label instead of 'ubuntu-latest'
CI / fmt (pull_request) Successful in 5m17s
CI / test (pull_request) Successful in 14m51s
Gitea runners use 'linux' label, not GitHub's 'ubuntu-latest'.
2026-04-27 22:41:46 +07:00
thuanleandClaude Opus 4.7 dbe5cab56e ci: add Gitea Actions workflow with gofmt and test jobs
CI / fmt (pull_request) Has been cancelled
CI / test (pull_request) Has been cancelled
Add CI workflow at .gitea/workflows/ci.yml triggered on pull_request
with two jobs: fmt (gofmt check) and test (go test ./...).

Fix gofmt issues (import ordering) in 7 files so CI passes from
the start.

Fixes #7

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-27 22:34:56 +07:00