Skip to content

Add GHA Workflow for Publishing image to GHCR #4

Add GHA Workflow for Publishing image to GHCR

Add GHA Workflow for Publishing image to GHCR #4

Triggered via pull request April 4, 2024 22:59
Status Failure
Total duration 4m 30s
Artifacts

validate.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors
validate-generate
Process completed with exit code 1.
validate: pkg/middlewares/awslambda/aws_lambda.go#L61
Comment should end in a period (godot)
validate: pkg/middlewares/awslambda/aws_lambda.go#L69
Comment should end in a period (godot)
validate: pkg/middlewares/awslambda/aws_lambda.go#L128
Comment should end in a period (godot)
validate: pkg/middlewares/awslambda/aws_lambda.go#L227
Comment should end in a period (godot)
validate: pkg/middlewares/awslambda/aws_lambda_test.go#L72
avoid allocations with (*bytes.Buffer).WriteString (mirror)
validate: pkg/middlewares/awslambda/aws_lambda.go#L35
blank-imports: a blank import should be only in a main or test package, or have a comment justifying it (revive)
validate: pkg/middlewares/awslambda/aws_lambda.go#L257
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
validate: pkg/middlewares/awslambda/aws_lambda.go#L274
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
validate: pkg/middlewares/awslambda/aws_lambda_test.go#L87
expected-actual: need to reverse actual and expected values (testifylint)
validate: pkg/middlewares/awslambda/aws_lambda_test.go#L109
error-nil: use assert.NoError (testifylint)