Add Docker build system with goreleaser and GHCR support #11081
linters.yml
on: pull_request
lint-actions
33s
lint-protos
1m 8s
lint-api
56s
fmt-imports
43s
golangci
6m 10s
lint-workflows
1m 54s
All Linters Succeed
4s
Annotations
12 errors
|
lint-actions:
.github/workflows/docker-build.yml#L174
shellcheck reported issue in this script: SC2086:info:5:12: Double quote to prevent globbing and word splitting
|
|
lint-actions:
.github/workflows/docker-build.yml#L174
shellcheck reported issue in this script: SC2086:info:4:73: Double quote to prevent globbing and word splitting
|
|
lint-actions:
.github/workflows/docker-build.yml#L174
shellcheck reported issue in this script: SC2086:info:3:68: Double quote to prevent globbing and word splitting
|
|
lint-actions:
.github/workflows/docker-build.yml#L174
shellcheck reported issue in this script: SC2086:info:2:12: Double quote to prevent globbing and word splitting
|
|
lint-actions:
.github/workflows/docker-build.yml#L174
shellcheck reported issue in this script: SC2086:info:1:34: Double quote to prevent globbing and word splitting
|
|
lint-actions:
.github/workflows/docker-build.yml#L174
shellcheck reported issue in this script: SC2129:style:1:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects
|
|
lint-actions:
.github/workflows/docker-build.yml#L46
shellcheck reported issue in this script: SC2086:info:6:36: Double quote to prevent globbing and word splitting
|
|
lint-actions:
.github/workflows/docker-build.yml#L46
shellcheck reported issue in this script: SC2086:info:4:38: Double quote to prevent globbing and word splitting
|
|
lint-actions:
.github/workflows/docker-build.yml#L46
shellcheck reported issue in this script: SC2086:info:3:50: Double quote to prevent globbing and word splitting
|
|
lint-actions:
.github/workflows/docker-build.yml#L46
shellcheck reported issue in this script: SC2086:info:1:47: Double quote to prevent globbing and word splitting
|
|
lint-workflows:
service/worker/scheduler/workflow.go#L219
go.temporal.io/server/service/worker/scheduler.SchedulerWorkflow is non-deterministic, reason: calls non-deterministic function go.temporal.io/server/service/worker/scheduler.NewSpecBuilder
|
|
All Linters Succeed
Process completed with exit code 1.
|