Fixed readme #56
ci.yml
on: push
frontend-checks
20s
backend-checks
1m 3s
Annotations
11 errors and 1 warning
|
frontend-checks
Process completed with exit code 2.
|
|
backend-checks
cannot use &action.UpdatedAt (value of type *time.Time) as time.Time value in struct literal
|
|
backend-checks
cannot use &action.CreatedAt (value of type *time.Time) as time.Time value in struct literal
|
|
backend-checks
cannot use action.CompletedAt (variable of type *time.Time) as time.Time value in struct literal
|
|
backend-checks
cannot use &action.UpdatedAt (value of type *time.Time) as time.Time value in struct literal
|
|
backend-checks
cannot use &action.CreatedAt (value of type *time.Time) as time.Time value in struct literal
|
|
backend-checks
cannot use action.CompletedAt (variable of type *time.Time) as time.Time value in struct literal
|
|
backend-checks
invalid operation: cannot indirect actionInput.CompletedAt (variable of struct type time.Time)
|
|
backend-checks
invalid operation: actionInput.CompletedAt != nil (mismatched types time.Time and untyped nil)
|
|
backend-checks
undefined: refuelapi.ContextGinContext
|
|
backend-checks
cannot use &APIService{…} (value of type *APIService) as Servicer value in return statement: *APIService does not implement Servicer (wrong type for method CreateAction)
|
|
backend-checks
Restore cache failed: Dependencies file is not found in /home/runner/work/refuel/refuel. Supported file pattern: go.sum
|