Skip to content

feat: github actions workflow #7

feat: github actions workflow

feat: github actions workflow #7

Triggered via push January 7, 2026 21:00
Status Failure
Total duration 2m 7s
Artifacts

deploy.yml

on: push
Lint and Test
1m 1s
Lint and Test
Matrix: deploy
Fit to window
Zoom out
Zoom in

Annotations

16 errors and 10 warnings
Lint and Test
Process completed with exit code 1.
Lint and Test: apps/notifications-service/src/notifications/notifications.controller.ts#L17
Unsafe return of a value of type `Promise<any>`
Lint and Test: apps/notifications-service/src/notifications/notifications.controller.ts#L10
Replace `@Body()` with `⏎····@Body()⏎···`
Lint and Test: apps/notifications-service/pulumi/index.ts#L25
Replace `·encoding:·'utf8'` with `⏎····encoding:·'utf8',⏎·`
Deploy user-service (dev)
Process completed with exit code 255.
Deploy notifications-service (dev)
The strategy configuration was canceled because "deploy.user-service_dev_public-d" failed
Deploy notifications-service (dev)
Process completed with exit code 255.
Deploy swap-service (dev)
The strategy configuration was canceled because "deploy.user-service_dev_public-d" failed
Deploy swap-service (dev)
The operation was canceled.
Lint and Test: apps/swap-service/src/swaps/swaps.service.ts#L127
Unsafe argument of type error typed assigned to a parameter of type `string | number`
Lint and Test: apps/swap-service/src/swaps/swaps.service.ts#L95
Unsafe argument of type error typed assigned to a parameter of type `Pick<Swap, "status" | "userId" | "sellAsset" | "buyAsset" | "sellAmountCryptoPrecision" | "expectedBuyAmountCryptoPrecision" | "id" | "actualBuyAmountCryptoPrecision">`
Lint and Test: apps/swap-service/src/swaps/swaps.controller.ts#L115
Unsafe argument of type error typed assigned to a parameter of type `string`
Lint and Test: apps/swap-service/src/swaps/swaps.controller.ts#L113
Unsafe argument of type error typed assigned to a parameter of type `string`
Lint and Test: apps/swap-service/src/polling/swap-polling.service.ts#L44
Unsafe argument of type `any` assigned to a parameter of type `{ id: string; swapId: string; status: string; sellAsset: Asset; buyAsset: Asset; sellAmountCryptoBaseUnit: string; expectedBuyAmountCryptoBaseUnit: string; sellAccountId: string; buyAccountId?: string; sellTxHash?: string; buyTxHash?: string; statusMessage?: string; }`
Lint and Test: apps/swap-service/src/polling/swap-polling.service.ts#L44
Unsafe argument of type error typed assigned to a parameter of type `string`
Lint and Test: apps/swap-service/src/polling/swap-polling.service.ts#L31
Unsafe argument of type error typed assigned to a parameter of type `string`
Lint and Test: apps/swap-service/src/main.ts#L32
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
Lint and Test: apps/notifications-service/src/notifications/notifications.service.ts#L76
Unsafe argument of type error typed assigned to a parameter of type `string`
Lint and Test: apps/notifications-service/src/main.ts#L27
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