Skip to content

feat: initial commit #1

feat: initial commit

feat: initial commit #1

Triggered via push June 2, 2026 16:28
Status Failure
Total duration 36s
Artifacts

ci.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

5 errors
lint
issues found
lint: diff.go#L252
redefines-builtin-id: redefinition of the built-in function new (revive)
lint: email.go#L117
Consider preallocating toks (prealloc)
lint: diff.go#L26
missing cases in switch of type mailpatch.ChangeType: mailpatch.Modified (exhaustive)
lint: mailpatch.go#L120
comparing with == will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)