Skip to content

Refactory

Refactory #6

Triggered via push September 22, 2024 14:56
Status Failure
Total duration 1m 25s
Artifacts

ubuntu.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build (20): src/app/bans/bans.component.ts#L33
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
build (20): src/app/core/services/daemon/daemon.service.ts#L106
Unsafe return of an `any` typed value
build (20): src/app/core/services/daemon/daemon.service.ts#L123
Unsafe argument of type `any` assigned to a parameter of type `string | undefined`
build (20): src/app/core/services/daemon/daemon.service.ts#L195
Unsafe argument of type `any` assigned to a parameter of type `{ code: number; message: string; }`
build (20): src/app/core/services/daemon/daemon.service.ts#L214
Unsafe argument of type `any` assigned to a parameter of type `boolean`
build (20): src/app/core/services/daemon/daemon.service.ts#L214
Unsafe argument of type `any` assigned to a parameter of type `number`
build (20): src/app/core/services/daemon/daemon.service.ts#L274
Unsafe argument of type `any` assigned to a parameter of type `string`
build (20): src/app/core/services/daemon/daemon.service.ts#L286
Unsafe return of an `any` typed value
build (20): src/app/core/services/daemon/daemon.service.ts#L301
Unsafe argument of type `any` assigned to a parameter of type `{ code: number; message: string; }`
build (20): src/app/detail/detail.component.ts#L96
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
build (20)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/