Add APK linting to Melange #1875
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
2 errors and 1 warning
test:
pkg/config/config.go#L1
Please run goimports.
diff --git a/pkg/config/config.go b/pkg/config/config.go
index 6e1b423..464fb83 100644
--- a/pkg/config/config.go
+++ b/pkg/config/config.go
@@ -34,7 +34,7 @@ import (
"github.com/joho/godotenv"
"gopkg.in/yaml.v3"
- linter_defaults "chainguard.dev/melange/pkg/linter/defaults"
+ "chainguard.dev/melange/pkg/linter"
"chainguard.dev/melange/pkg/logger"
"chainguard.dev/melange/pkg/util"
)
|
test
Process completed with exit code 1.
|
test
Restore cache failed: Dependencies file is not found in /home/runner/work/melange/melange. Supported file pattern: go.sum
|