Skip to content

Merge branch 'hack/play-with-embeddings' #88

Merge branch 'hack/play-with-embeddings'

Merge branch 'hack/play-with-embeddings' #88

Triggered via push June 23, 2024 14:00
Status Failure
Total duration 2m 16s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
lint: cmd/apps/bandcamp/ui/search/search.go#L23
s.ID undefined (type *Result has no field or method ID) (typecheck)
lint: cmd/apps/bandcamp/ui/search/search.go#L27
s.Type undefined (type *Result has no field or method Type) (typecheck)
lint: cmd/apps/bandcamp/ui/search/search.go#L29
s.BandName undefined (type *Result has no field or method BandName) (typecheck)
lint: cmd/apps/bandcamp/ui/search/search.go#L31
s.BandName undefined (type *Result has no field or method BandName) (typecheck)
lint: cmd/apps/bandcamp/ui/search/search.go#L33
s.BandName undefined (type *Result has no field or method BandName) (typecheck)
lint: cmd/apps/bandcamp/ui/search/search.go#L37
s.Name undefined (type *Result has no field or method Name) (typecheck)
lint: cmd/apps/bandcamp/ui/search/search.go#L42
s.ItemURLPath undefined (type *Result has no field or method ItemURLPath) (typecheck)
lint: cmd/apps/bandcamp/ui/playlist/playlist.go#L33
s.Name undefined (type *Track has no field or method Name) (typecheck)
lint: cmd/apps/bandcamp/ui/playlist/playlist.go#L38
s.BandName undefined (type *Track has no field or method BandName) (typecheck)
lint: cmd/apps/bandcamp/ui/playlist/playlist.go#L42
s.ItemURLPath undefined (type *Track has no field or method ItemURLPath) (typecheck)
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.1.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/