Skip to content

feat(ormus): implement event manager #487

feat(ormus): implement event manager

feat(ormus): implement event manager #487

Triggered via pull request October 13, 2024 13:32
Status Failure
Total duration 6m 5s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
build: pkg/eventmanager/init.go#L11
Non-inherited new context, use function like `context.WithXXX` instead (contextcheck)
build: pkg/eventmanager/init.go#L15
return with no blank line before (nlreturn)
build: pkg/eventmanager/init.go#L23
Non-inherited new context, use function like `context.WithXXX` instead (contextcheck)
build: pkg/eventmanager/init.go#L27
return with no blank line before (nlreturn)
build: pkg/eventmanager/init.go#L35
Non-inherited new context, use function like `context.WithXXX` instead (contextcheck)
build: pkg/eventmanager/init.go#L39
return with no blank line before (nlreturn)
build: pkg/eventmanager/init.go#L47
Non-inherited new context, use function like `context.WithXXX` instead (contextcheck)
build: pkg/eventmanager/init.go#L51
return with no blank line before (nlreturn)
build
Process completed with exit code 2.
build
The following actions use a deprecated Node.js version 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/