Skip to content

feat: update actions #164

feat: update actions

feat: update actions #164

Triggered via push February 12, 2024 04:03
Status Failure
Total duration 3m 14s
Artifacts

test.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
lint: internal/api/api_test.go#L179
fmt.Sprintf can be replaced with string addition (perfsprint)
lint: internal/authenticator/auto_authenticator.go#L35
fmt.Sprintf can be replaced with string addition (perfsprint)
lint: internal/api/api_test.go#L105
assignments should only be cuddled with other assignments (wsl)
lint: internal/api/api_test.go#L106
only one cuddle assignment allowed before if statement (wsl)
lint: internal/api/api_test.go#L109
if statements should only be cuddled with assignments (wsl)
lint: internal/authenticator/admin_authenticator.go#L30
if statements should only be cuddled with assignments (wsl)
lint: internal/authenticator/manual_authenticator.go#L70
if statements should only be cuddled with assignments (wsl)
lint: internal/authenticator/manual_authenticator.go#L76
only one cuddle assignment allowed before if statement (wsl)
lint: internal/authenticator/manual_authenticator.go#L38
only one cuddle assignment allowed before if statement (wsl)
lint: internal/authenticator/auto_authenticator_test.go#L131
assignments should only be cuddled with other assignments (wsl)
test
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4.0.1/dist/codecov' failed with exit code 1
lint: internal/authenticator/auto_authenticator_test.go#L66
unused-parameter: parameter 'token' seems to be unused, consider removing or renaming it as _ (revive)