Skip to content

back to the roots

back to the roots #22

Triggered via push March 19, 2025 17:17
Status Failure
Total duration 2m 41s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
lint
issues found
lint: errors2_test.go#L47
comparing with != will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
lint: errors2_test.go#L25
comparing with == will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
lint: errors2_test.go#L81
Error return value of `errors.Wrap` is not checked (errcheck)
lint
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/