Skip to content

Move workflow to modules #79

Move workflow to modules

Move workflow to modules #79

Triggered via push July 3, 2024 14:16
Status Failure
Total duration 1m 10s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
checks: internal/guidefs/layout.go#L26
exported var Layouts should have comment or be unexported
checks: internal/guidefs/res.go#L17
exported function WrapResource should have comment or be unexported
checks: internal/guidefs/res.go#L21
exported function IconName should have comment or be unexported
checks: internal/guidefs/widget.go#L22
exported var Widgets should have comment or be unexported
checks: internal/guidefs/widget.go#L28
exported type WidgetInfo should have comment or be unexported
checks: internal/guidefs/widget.go#L85
if block ends with a return statement, so drop this else and outdent its block
checks: internal/guidefs/widget.go#L94
if block ends with a return statement, so drop this else and outdent its block
checks: internal/guidefs/widget.go#L760
exported function InitOnce should have comment or be unexported
checks: pkg/gui/edit.go#L11
exported function CreateNew should have comment or be unexported
checks: pkg/gui/edit.go#L21
exported function EditorFor should have comment or be unexported
checks
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-go@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
checks
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/