docs: clean up action comments — describe what we do, not what others had
This commit is contained in:
+5
-9
@@ -1,12 +1,8 @@
|
||||
# Tinqs Setup Go — replaces actions/setup-go@v5
|
||||
# Original: https://github.com/actions/setup-go (GitHub-hosted, Node.js action)
|
||||
# Why rewritten: Original uses GitHub's tool cache API and Node.js runtime — neither
|
||||
# available on self-hosted Gitea runners. This composite action downloads Go directly
|
||||
# from go.dev and sets GITHUB_PATH. Skips install if correct version already present
|
||||
# (for when runner image has Go pre-baked).
|
||||
# Removed from original: tool cache, go-version-file, check-latest, cache (actions/cache dep).
|
||||
# Author: Ozan / Claude Code — 2026-05-22
|
||||
# Part of: tinqs/ci (Tinqs CI toolchain)
|
||||
# tinqs/ci/setup-go — Tinqs Studio CI
|
||||
# Downloads Go from go.dev and adds it to PATH.
|
||||
# Skips install if the correct version is already present (pre-baked runner image).
|
||||
# Composite action — runs directly on the host.
|
||||
# Author: Ozan + Claude Code — 2026-05-22
|
||||
|
||||
name: 'Tinqs Setup Go'
|
||||
description: 'Install Go and configure PATH (replaces actions/setup-go)'
|
||||
|
||||
Reference in New Issue
Block a user