Support actions and reusable workflows from private repos #24535
pull-compliance.yml
on: pull_request
files-changed
/
detect
5s
lint-backend
5m 38s
lint-templates
37s
lint-yaml
0s
lint-swagger
0s
lint-spell
20s
lint-go-windows
5m 47s
lint-go-gogit
5m 40s
checks-backend
3m 5s
frontend
1m 53s
backend
6m 43s
docs
0s
actions
0s
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
|