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