Skip to content

fix(secrets): linux dbus guard (#51, thanks @salmonumbrella) #56

fix(secrets): linux dbus guard (#51, thanks @salmonumbrella)

fix(secrets): linux dbus guard (#51, thanks @salmonumbrella) #56

Triggered via push January 9, 2026 01:00
Status Failure
Total duration 1m 57s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors
test
Process completed with exit code 2.
test: internal/secrets/store_test.go#L231
if statements should only be cuddled with assignments (wsl)
test: internal/secrets/store_test.go#L230
only cuddled expressions if assigning variable or using from line above (wsl)
test: internal/secrets/store_test.go#L227
only cuddled expressions if assigning variable or using from line above (wsl)
test: internal/secrets/store_test.go#L225
do not define dynamic errors, use wrapped static errors instead: "errors.New(\"blocked\")" (err113)