Setup version handling, pipelines, updated readme #1
validate.yml
on: push
call-workflow
/
build
2m 28s
call-workflow
/
validate
29s
Annotations
8 errors and 2 warnings
call-workflow / validate:
cmd/types.go#L35
error var HelpfulError should have name of the form ErrFoo (ST1012)
|
call-workflow / validate:
cmd/types.go#L36
error var NoArgsError should have name of the form ErrFoo (ST1012)
|
call-workflow / validate:
internal/wsinject/delta_streamer.go#L20
should use for range instead of for { select {} } (S1000)
|
call-workflow / validate:
internal/wsinject/delta_streamer.go#L38
should use for range instead of for { select {} } (S1000)
|
call-workflow / validate:
internal/wsinject/delta_streamer.go#L71
should use for range instead of for { select {} } (S1000)
|
call-workflow / validate:
internal/wsinject/wsinject_test.go#L26
argument err is overwritten before first use (SA4009)
|
call-workflow / validate:
internal/wsinject/wsinject_test.go#L30
assignment to err
|
call-workflow / validate
Process completed with exit code 1.
|
call-workflow / validate
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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/
|
call-workflow / build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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/
|