Skip to content

Support actions and reusable workflows from private repos #24535

Support actions and reusable workflows from private repos

Support actions and reusable workflows from private repos #24535

Triggered via pull request November 28, 2024 07:40
Status Failure
Total duration 7m 1s
Artifacts

pull-compliance.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
checks-backend
cannot use debug.SetCrashOutput (value of type func(f *os.File, opts debug.CrashOptions) error) as func(*os.File) error value in assignment
lint-backend
cannot use debug.SetCrashOutput (value of type func(f *os.File, opts debug.CrashOptions) error) as func(*os.File) error value in assignment
lint-backend: models/actions/task.go#L148
if-return: redundant if ...; err != nil check, just return error instead. (revive)
lint-backend
Process completed with exit code 2.
lint-go-gogit
cannot use debug.SetCrashOutput (value of type func(f *os.File, opts debug.CrashOptions) error) as func(*os.File) error value in assignment
lint-go-gogit: models/actions/task.go#L148
if-return: redundant if ...; err != nil check, just return error instead. (revive)
lint-go-gogit
Process completed with exit code 2.
lint-go-windows: models/actions/task.go#L148
if-return: redundant if ...; err != nil check, just return error instead. (revive)
lint-go-windows
Process completed with exit code 2.
lint-go-windows
cannot use debug.SetCrashOutput (value of type func(f *os.File, opts debug.CrashOptions) error) as func(*os.File) error value in assignment