fix: lint

This commit is contained in:
zsbahtiar 2025-01-08 18:34:52 +07:00
parent 965087e6a9
commit 71b773ac2e

View File

@ -6,7 +6,6 @@ package actions
import ( import (
"bytes" "bytes"
stdCtx "context" stdCtx "context"
"golang.org/x/sync/errgroup"
"net/http" "net/http"
"os" "os"
"path/filepath" "path/filepath"
@ -32,6 +31,7 @@ import (
"code.gitea.io/gitea/services/convert" "code.gitea.io/gitea/services/convert"
"github.com/nektos/act/pkg/model" "github.com/nektos/act/pkg/model"
"golang.org/x/sync/errgroup"
"gopkg.in/yaml.v3" "gopkg.in/yaml.v3"
) )