Skip to content

Commit 71b773a

Browse files
author
zsbahtiar
committed
fix: lint
1 parent 965087e commit 71b773a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/web/repo/actions/actions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ package actions
66
import (
77
"bytes"
88
stdCtx "context"
9-
"golang.org/x/sync/errgroup"
109
"net/http"
1110
"os"
1211
"path/filepath"
@@ -32,6 +31,7 @@ import (
3231
"code.gitea.io/gitea/services/convert"
3332

3433
"github.com/nektos/act/pkg/model"
34+
"golang.org/x/sync/errgroup"
3535
"gopkg.in/yaml.v3"
3636
)
3737

0 commit comments

Comments
 (0)