213 feature UI changes for logon onboarding and create/upload signature #402
main.yml
on: pull_request
Run eslint/format
1m 27s
Check tsc
1m 23s
Run tests
1m 28s
Build backend image
2m 54s
Annotations
6 errors
Check tsc
Argument of type '{ id: string; firstName: string; lastName: string; positionId: string; position: { id: string; name: string; single: boolean; departmentId: string; department: { id: string; name: string; createdAt: Date; updatedAt: Date; }; createdAt: Date; updatedAt: Date; }; ... 5 more ...; refreshToken: null; }' is not assignable to parameter of type '({ position: { department: { id: string; name: string; createdAt: Date; updatedAt: Date; }; } & { id: string; name: string; single: boolean; createdAt: Date; updatedAt: Date; departmentId: string; }; } & { ...; }) | Promise<...>'.
|
Check tsc
Argument of type '{ id: string; firstName: string; lastName: string; positionId: string; position: { id: string; name: string; single: boolean; departmentId: string; department: { id: string; name: string; createdAt: Date; updatedAt: Date; }; createdAt: Date; updatedAt: Date; }; ... 5 more ...; refreshToken: null; }' is not assignable to parameter of type '({ position: { department: { id: string; name: string; createdAt: Date; updatedAt: Date; }; } & { id: string; name: string; single: boolean; createdAt: Date; updatedAt: Date; departmentId: string; }; } & { ...; }) | Promise<...>'.
|
Check tsc
Argument of type '{ email: string; id: string; position: PositionBaseEntity; firstName: string; lastName: string; positionId: string; isAdmin: boolean; pswdHash: null; createdAt: Date; updatedAt: Date; refreshToken: null; }' is not assignable to parameter of type 'EmployeeEntity'.
|
Check tsc
Argument of type '() => Promise<{ id: string; firstName: string; lastName: string; positionId: string; position: { id: string; name: string; single: boolean; createdAt: Date; updatedAt: Date; departmentId: string; department: { ...; }; }; ... 5 more ...; refreshToken: null; }[]>' is not assignable to parameter of type '(limit?: number | undefined) => Promise<({ position: { department: { id: string; name: string; createdAt: Date; updatedAt: Date; }; } & { id: string; name: string; single: boolean; createdAt: Date; updatedAt: Date; departmentId: string; }; } & { ...; })[]>'.
|
Check tsc
Process completed with exit code 2.
|
Run tests
Process completed with exit code 1.
|