Skip to content

refactor: split up database code and revisions #293

refactor: split up database code and revisions

refactor: split up database code and revisions #293

Triggered via pull request October 31, 2023 20:30
Status Failure
Total duration 3m 0s
Artifacts

ci_testing.yaml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 19 warnings
mypy
Process completed with exit code 2.
test (3.9, ubuntu-latest)
Process completed with exit code 2.
test (3.10, ubuntu-latest)
The operation was canceled.
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/
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/
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/
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/
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/
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/
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/
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
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/