implement group settlements #286
ci_testing.yaml
on: pull_request
pylint
36s
mypy
44s
format
29s
format-frontend
1m 21s
build-web
2m 55s
test-frontend
1m 38s
lint-frontend
1m 42s
Matrix: test
Annotations
3 errors and 19 warnings
format
Process completed with exit code 2.
|
pylint
Process completed with exit code 2.
|
mypy
Process completed with exit code 2.
|
format
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
pylint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
mypy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
format-frontend
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test-frontend
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint-frontend
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint-frontend:
frontend/apps/backend/src/main.ts#L7
'cors' is defined but never used
|
lint-frontend:
frontend/libs/utils/src/lib/validators.ts#L16
'tmp' is assigned a value but never used
|
lint-frontend:
frontend/libs/redux/src/lib/accounts/accountSlice.ts#L11
'number' is defined but never used
|
lint-frontend:
frontend/libs/redux/src/lib/auth/authSlice.ts#L87
Unexpected any. Specify a different type
|
lint-frontend:
frontend/libs/redux/src/lib/thunks.ts#L32
Unexpected any. Specify a different type
|
lint-frontend:
frontend/libs/redux/src/lib/transactions/transactionSlice.test.ts#L118
'store' is assigned a value but never used
|
lint-frontend:
frontend/libs/redux/src/lib/transactions/transactionSlice.ts#L12
'TransactionTypeMap' is defined but never used
|
lint-frontend:
frontend/libs/core/src/lib/events.ts#L1
Unexpected any. Specify a different type
|
lint-frontend:
frontend/libs/core/src/lib/transactions.test.ts#L16
Unexpected any. Specify a different type
|
lint-frontend:
frontend/libs/api/src/lib/websocket.ts#L58
Unexpected any. Specify a different type
|
test (3.10, ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build-web
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (3.9, ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|