Skip to content

Lint & Test

Lint & Test #4

Manually triggered January 3, 2024 19:46
Status Failure
Total duration 1m 21s
Billable time 11m
Artifacts

main.yml

on: workflow_dispatch
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 3 warnings
test (ubuntu-latest, 1.19)
issues found
test (windows-latest, 1.20)
The operation was canceled.
test (ubuntu-latest, 1.20)
The operation was canceled.
test (macos-latest, 1.20)
The operation was canceled.
test (macos-latest, 1.19)
The operation was canceled.
test (windows-latest, 1.19)
The operation was canceled.
test (ubuntu-latest, 1.19): explorer/explorer.go#L27
exported: exported method Explorer.Tip should have comment or be unexported (revive)
test (ubuntu-latest, 1.19): explorer/explorer.go#L31
exported: exported method Explorer.Block should have comment or be unexported (revive)
test (ubuntu-latest, 1.19): persist/sqlite/txn.go#L78
if-return: redundant if ...; err != nil check, just return error instead. (revive)