Skip to content

Add APK linting to Melange #1875

Add APK linting to Melange

Add APK linting to Melange #1875

Triggered via pull request October 16, 2023 20:56
Status Failure
Total duration 53s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

go-tests.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

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