Skip to content

fix(hack): update Windows dependencies installation commands #120

fix(hack): update Windows dependencies installation commands

fix(hack): update Windows dependencies installation commands #120

Triggered via push October 21, 2024 08:43
Status Failure
Total duration 35s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: internal/config/paths.go#L23
Error return value of `os.MkdirAll` is not checked (errcheck)
lint: internal/config/paths.go#L33
Error return value of `os.MkdirAll` is not checked (errcheck)
lint: internal/audio/stream.go#L124
Error return value of `portaudio.Terminate` is not checked (errcheck)
lint: cmd/voice-demo/main.go#L31
Error return value of `portaudio.Terminate` is not checked (errcheck)
lint: internal/chat/repository.go#L80
Error return value of `tx.Rollback` is not checked (errcheck)
lint: internal/chat/stacked_conversation.go#L59
Error return value of `c.repo.SaveConversation` is not checked (errcheck)
lint: internal/code/repository.go#L77
Error return value of `tx.Rollback` is not checked (errcheck)
lint: internal/providers/ollamaprovider/texttotext.go#L59
Error return value is not checked (errcheck)
lint: internal/providers/ollamaprovider/texttotext.go#L99
Error return value is not checked (errcheck)
lint: internal/cli/event_loop.go#L39
Error return value of `inputStream.Stop` is not checked (errcheck)
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/