Skip to content

fix: Publish job listing (#1048) #5518

fix: Publish job listing (#1048)

fix: Publish job listing (#1048) #5518

Triggered via push October 16, 2024 15:12
Status Failure
Total duration 51s
Artifacts

ci.yml

on: push
Build and Test
37s
Build and Test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Build and Test
@dotkomonline/dashboard#type-check: command (/home/runner/work/monoweb/monoweb/apps/dashboard) /home/runner/setup-pnpm/node_modules/.bin/pnpm run type-check exited (2)
Build and Test
Argument of type '{ id?: string | undefined; createdAt?: Date | undefined; description?: string | undefined; title?: string | undefined; start?: Date | undefined; end?: Date | undefined; ... 8 more ...; companyId?: string | undefined; }' is not assignable to parameter of type '{ description: string; title: string; start: string | Date; end: string | Date; ingress: string; featured: boolean; employment: string; deadlineAsap: boolean; } & { id?: string | undefined; ... 4 more ...; companyId?: string | ... 1 more ... | undefined; }'.
Build and Test
'locations' is possibly 'undefined'.
Build and Test
Type 'string[] | undefined' is not assignable to type 'string[]'.
Build and Test
Argument of type '{ id?: string | undefined; createdAt?: Date | undefined; description?: string | undefined; title?: string | undefined; start?: Date | undefined; end?: Date | undefined; ... 8 more ...; companyId?: string | undefined; }' is not assignable to parameter of type '{ description: string; title: string; start: string | Date; end: string | Date; ingress: string; featured: boolean; employment: string; deadlineAsap: boolean; } & { id?: string | undefined; ... 4 more ...; companyId?: string | ... 1 more ... | undefined; }'.
Build and Test
Argument of type 'string[] | undefined' is not assignable to parameter of type 'string[]'.
Build and Test
Type 'string[] | undefined' is not assignable to type 'string[]'.
Build and Test
Argument of type 'Date | undefined' is not assignable to parameter of type 'string | number | Date'.
Build and Test
Argument of type 'Date | undefined' is not assignable to parameter of type 'string | number | Date'.
Build and Test
Argument of type 'Date | undefined' is not assignable to parameter of type 'string | number | Date'.
Build and Test
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/