feat(fxgcppubsub): Added Avro and Protobuf schemas support #18
fxgcppubsub-ci.yml
on: pull_request
ci
/
tests
46s
ci
/
lint
1m 15s
Annotations
11 errors and 3 warnings
ci / tests
Process completed with exit code 1.
|
ci / lint
use of `fmt.Printf` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
|
ci / lint
found a struct that contains a context.Context field (containedctx)
|
ci / lint
found a struct that contains a context.Context field (containedctx)
|
ci / lint
calculated cyclomatic complexity for function Encode is 13, max is 10 (cyclop)
|
ci / lint
calculated cyclomatic complexity for function Decode is 12, max is 10 (cyclop)
|
ci / lint
missing cases in switch of type pubsub.SchemaType: pubsub.SchemaTypeUnspecified (exhaustive)
|
ci / lint
missing cases in switch of type pubsub.SchemaEncoding: pubsub.EncodingUnspecified (exhaustive)
|
ci / lint
missing cases in switch of type pubsub.SchemaEncoding: pubsub.EncodingUnspecified (exhaustive)
|
ci / lint
missing cases in switch of type pubsub.SchemaType: pubsub.SchemaTypeUnspecified (exhaustive)
|
ci / lint
missing cases in switch of type pubsub.SchemaEncoding: pubsub.EncodingUnspecified (exhaustive)
|
ci / tests
Restore cache failed: Dependencies file is not found in /home/runner/work/yokai-contrib/yokai-contrib. Supported file pattern: go.sum
|
ci / lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
ci / lint
Restore cache failed: Dependencies file is not found in /home/runner/work/yokai-contrib/yokai-contrib. Supported file pattern: go.sum
|