mirror of
https://github.com/go-gitea/gitea.git
synced 2025-09-06 03:14:07 +02:00
15 lines
284 B
Go
15 lines
284 B
Go
// Copyright 2025 The Gitea Authors. All rights reserved.
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
package projects
|
|
|
|
import "code.gitea.io/gitea/services/context"
|
|
|
|
var tmplWorkflows = "projects/workflows"
|
|
|
|
func Workflows(ctx *context.Context) {
|
|
}
|
|
|
|
func WorkflowEdit(ctx *context.Context) {
|
|
}
|