Docker and backend changes to support prod-lite mode #43
backend-checks.yml
on: pull_request
Matrix: build-test
Matrix: lint-format
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/.
|