Skip to content

[action] pass Envelope to protocol.Handle() and Validate() #4193

[action] pass Envelope to protocol.Handle() and Validate()

[action] pass Envelope to protocol.Handle() and Validate() #4193

Triggered via pull request August 28, 2024 00:03
@dustinxiedustinxie
synchronize #4297
totalsize
Status Failure
Total duration 1m 57s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
ci flow: state/factory/workingset.go#L189
cannot use selp.Action() (value of type action.Action) as action.Envelope value in argument to actionHandler.Handle: action.Action does not implement action.Envelope (missing method Action)
ci flow: state/factory/workingset.go#L477
cannot use act.Action() (value of type action.Action) as action.Envelope value in argument to validator.Validate: action.Action does not implement action.Envelope (missing method Action)
ci flow: state/factory/workingset.go#L583
cannot use nextAction.Action() (value of type action.Action) as action.Envelope value in argument to validator.Validate: action.Action does not implement action.Envelope (missing method Action)
ci flow
Process completed with exit code 1.
ci flow
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/