Add implementation of CHASM List/Count Runs #11958
linters.yml
on: pull_request
lint-actions
26s
lint-protos
1m 6s
lint-api
49s
fmt-imports
33s
golangci
5m 37s
lint-workflows
1m 52s
All Linters Succeed
2s
Annotations
4 errors
|
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
|
|
golangci
Process completed with exit code 2.
|
|
golangci
early-return: if c { ... } else { ... return } can be simplified to if !c { ... return } ... (revive)
|
|
All Linters Succeed
Process completed with exit code 1.
|