Skip to content

feat: bump deps

feat: bump deps #386

Triggered via push April 2, 2024 20:30
Status Failure
Total duration 1m 15s
Artifacts

actions.yml

on: push
Matrix: build
manifest
0s
manifest
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 3 warnings
lint: backend/command/command.go#L68
emptyStringTest: replace `len(msg.Text) > 0` with `msg.Text != ""` (gocritic)
lint: backend/main.go#L259
emptyStringTest: replace `len(commander) > 0` with `commander != ""` (gocritic)
lint: backend/main.go#L331
emptyStringTest: replace `len(item.GUID) > 0` with `item.GUID != ""` (gocritic)
lint
issues found
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint: backend/config/config.go#L31
var-naming: struct field CategoriesIds should be CategoriesIDs (revive)
lint: backend/main.go#L338
var-naming: var categoriesIds should be categoriesIDs (revive)