add grpc server #10
ci_release.yml
on: push
lint
/
golangci-lint
15s
lint
/
yamllint
5s
lint
/
markdown-lint
13s
test
/
Go Mod Tidy Check
15s
test
/
Run Unit Tests
49s
test
/
Run Integration Tests
11s
release
0s
Annotations
8 errors and 8 warnings
lint / yamllint:
buf.gen.yaml#L10
10:44 [new-line-at-end-of-file] no new line character at the end of file
|
lint / yamllint:
buf.yaml#L27
27:11 [new-line-at-end-of-file] no new line character at the end of file
|
lint / yamllint
Process completed with exit code 1.
|
lint / markdown-lint
Process completed with exit code 1.
|
lint / golangci-lint:
proxy/grpc/client.go#L6
File is not `goimports`-ed with -local github.com/rollkit (goimports)
|
lint / golangci-lint:
proxy/grpc/server.go#L6
File is not `goimports`-ed with -local github.com/rollkit (goimports)
|
lint / golangci-lint
issues found
|
test / Go Mod Tidy Check
Process completed with exit code 1.
|
lint / yamllint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test / Run Integration Tests
The following actions uses Node.js version which is deprecated and will be forced to run on node20: 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/
|
lint / markdown-lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint / golangci-lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-go@v4, technote-space/[email protected], golangci/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint / golangci-lint:
proxy/grpc/server.go#L12
exported: exported function NewServer should have comment or be unexported (revive)
|
lint / golangci-lint:
proxy/client.go#L14
exported: exported function NewClient should have comment or be unexported (revive)
|
test / Go Mod Tidy Check
The following actions uses Node.js version which is deprecated and will be forced to run on node20: 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/
|
test / Run Unit Tests
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-go@v4, codecov/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|