feat(workspace): add workspace #3
Annotations
10 errors and 1 warning
worker/deliverer/http_test.go#L24
Error return value of `json.Unmarshal` is not checked (errcheck)
|
worker/worker.go#L74
Error return value of `w.queue.Delete` is not checked (errcheck)
|
worker/worker.go#L85
Error return value of `w.queue.Delete` is not checked (errcheck)
|
worker/worker.go#L105
Error return value of `w.Stop` is not checked (errcheck)
|
api/endpoints.go#L37
Error return value of `defaults.Set` is not checked (errcheck)
|
api/middleware.go#L68
Error return value of `w.Write` is not checked (errcheck)
|
api/middleware.go#L79
Error return value of `w.Write` is not checked (errcheck)
|
api/workspaces.go#L37
Error return value of `defaults.Set` is not checked (errcheck)
|
app/app.go#L57
Error return value of `app.worker.Start` is not checked (errcheck)
|
cmd/root.go#L45
Error return value of `cmd.Execute` is not checked (errcheck)
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading