feat: add connect #22
backend-tests.yml
on: pull_request
go-static-checks
1m 8s
go-tests
1m 10s
Annotations
5 errors and 2 warnings
go-static-checks:
version.go#L3
Comment should end in a period (godot)
|
go-static-checks:
server/server.go#L17
File is not `goimports`-ed with -local github.com/usememos/memos (goimports)
|
go-static-checks:
server/server.go#L109
ineffectual assignment to err (ineffassign)
|
go-static-checks:
server/server.go#L121
ineffectual assignment to err (ineffassign)
|
go-static-checks
issues found
|
go-static-checks
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/
|
go-static-checks:
server/server.go#L27
duplicated-imports: Package "github.com/usememos/memos/store" already imported (revive)
|