Commit Graph

3 Commits

Author SHA1 Message Date
silverwind aa7351507a
chore(lint): remove unused function parameters instead of renaming to _
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 12:25:31 +01:00
silverwind 8f73c36918
chore(lint): add golangci-lint v2 and fix all lint issues
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 08:35:26 +01:00
Zettat123 3dcfd6ea3d Run as cache server (#275)
This PR
- adds the `cache-server` command so act_runner can run as a cache server. When running as a cache server, act_runner only processes the requests related to cache and does not run jobs.
- adds the `external_server` configuration for cache. If specified, act_runner will use this URL as the ACTIONS_CACHE_URL instead of starting a cache server itself.

Reviewed-on: https://gitea.com/gitea/act_runner/pulls/275
Co-authored-by: Zettat123 <zettat123@gmail.com>
Co-committed-by: Zettat123 <zettat123@gmail.com>
2023-07-07 08:28:54 +00:00