gitea/modules/actions
silverwind aba87285f0
Remove dead code identified by `deadcode` tool (#37271)
Ran [`deadcode`](https://pkg.go.dev/golang.org/x/tools/cmd/deadcode)
(`-test ./...`) to find functions, methods and error types unreachable
from any call path (including tests), and removed the truly-dead ones.

Co-authored-by: Claude (Opus 4.7) <noreply@anthropic.com>
2026-04-20 07:52:48 +00:00
..
jobparser Remove dead code identified by `deadcode` tool (#37271) 2026-04-20 07:52:48 +00:00
artifacts.go Feature non-zipped actions artifacts (action v7) (#36786) 2026-03-26 00:37:48 +08:00
github.go Improve actions notifier for `workflow_run` (#37088) 2026-04-02 22:41:27 -07:00
github_test.go
log.go Fix dbfs error handling (#36844) 2026-03-07 00:28:46 +08:00
task_state.go Fix wrong status of `Set up Job` when first step is skipped (#32120) 2024-09-24 18:34:08 +00:00
task_state_test.go Fix wrong status of `Set up Job` when first step is skipped (#32120) 2024-09-24 18:34:08 +00:00
workflows.go Report structurally invalid workflows to users (#37116) 2026-04-09 15:03:32 +02:00
workflows_test.go Report structurally invalid workflows to users (#37116) 2026-04-09 15:03:32 +02:00