mirror of
https://gitea.com/gitea/act_runner
synced 2026-05-13 02:31:25 +02:00
chore: upgrade golangci-lint and address findings (#1904)
This commit is contained in:
@@ -85,7 +85,7 @@ func (sal *stepActionLocal) getEnv() *map[string]string {
|
||||
return &sal.env
|
||||
}
|
||||
|
||||
func (sal *stepActionLocal) getIfExpression(context context.Context, stage stepStage) string {
|
||||
func (sal *stepActionLocal) getIfExpression(_ context.Context, stage stepStage) string {
|
||||
switch stage {
|
||||
case stepStageMain:
|
||||
return sal.Step.If.Value
|
||||
|
||||
Reference in New Issue
Block a user