Skip to content

Docker and backend changes to support prod-lite mode #43

Docker and backend changes to support prod-lite mode

Docker and backend changes to support prod-lite mode #43

Triggered via pull request March 25, 2024 13:59
Status Failure
Total duration 39s
Artifacts

backend-checks.yml

on: pull_request
Matrix: build-test
Matrix: lint-format
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 2 warnings
lint-format (18.x): backend/src/server/app.ts#L17
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
lint-format (18.x): backend/src/server/sessionRoutes.ts#L36
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
lint-format (18.x): backend/src/server/sessionRoutes.ts#L41
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
lint-format (18.x): backend/src/server/sessionRoutes.ts#L42
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
lint-format (18.x): backend/src/server/uiRoutes.ts#L2
There should be at least one empty line between import groups
lint-format (18.x): backend/test/api/start.test.ts#L5
`@src/server/app` import should occur after import of `@src/models/level`
lint-format (18.x)
Process completed with exit code 1.
build-test (18.x)
Process completed with exit code 1.
lint-format (18.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-test (18.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.