Skip to content

Simplify Server Import Paths for Common Code #2992

Simplify Server Import Paths for Common Code

Simplify Server Import Paths for Common Code #2992

Re-run triggered July 14, 2024 20:13
Status Failure
Total duration 1m 0s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 1 warning
Tests
Cannot find module '@common/constants' or its corresponding type declarations.
Tests
Cannot find module '@common/utils/vector' or its corresponding type declarations.
Tests
Cannot find module '@common/constants' or its corresponding type declarations.
Tests
Cannot find module '@common/definitions/loots' or its corresponding type declarations.
Tests
Cannot find module '@common/utils/objectDefinitions' or its corresponding type declarations.
Tests
Cannot find module '@common/definitions/buildings' or its corresponding type declarations.
Tests
Cannot find module '@common/definitions/loots' or its corresponding type declarations.
Tests
Cannot find module '@common/definitions/obstacles' or its corresponding type declarations.
Tests
Cannot find module '@common/typings' or its corresponding type declarations.
Tests
Cannot find module '@common/utils/math' or its corresponding type declarations.
Lint: common/src/definitions/index.ts#L40
Missing semicolon
Lint: common/src/packets/index.ts#L16
More than 1 blank line not allowed
Lint: common/src/packets/index.ts#L31
Unexpected trailing comma
Lint: common/src/packets/index.ts#L32
Trailing spaces not allowed
Lint: common/src/packets/index.ts#L33
Missing semicolon
Lint: server/src/config.ts#L42
Unsafe assignment of an error typed value
Lint: server/src/config.ts#L42
Unsafe member access .Solo on an `any` value
Lint: server/src/config.ts#L142
'any' overrides all other types in this union type
Lint: server/src/data/gasStages.ts#L14
Unsafe assignment of an error typed value
Lint: server/src/data/gasStages.ts#L14
Unsafe member access .Inactive on an `any` value
Lint
The following actions uses Node.js version which is deprecated 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/