Edit project #546
lint.yml
on: pull_request
Run linters
17s
Backend Unit Testing
16s
Frontend Unit Testing
24s
Pyright
13s
Annotations
1 error and 15 warnings
Backend Unit Testing
Process completed with exit code 1.
|
Backend Unit Testing
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run linters
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run linters:
frontend/src/App.vue#L33
'storedTheme' is assigned a value but never used
|
Run linters:
frontend/src/App.vue#L34
'theme' is assigned a value but never used
|
Run linters:
frontend/src/components/project/DatePicker.vue#L70
'displayTime' is assigned a value but never used
|
Run linters:
frontend/src/queries/User.ts#L57
'_' is defined but never used
|
Run linters:
frontend/src/queries/User.ts#L57
'__' is defined but never used
|
Run linters:
frontend/src/queries/User.ts#L57
'uid' is defined but never used
|
Run linters:
frontend/src/queries/User.ts#L57
'ctx' is defined but never used
|
Run linters:
frontend/src/services/project.ts#L28
'response' is assigned a value but never used
|
Run linters:
frontend/src/views/CreateProjectView.vue#L110
'reactive' is defined but never used
|
Run linters:
frontend/src/views/CreateProjectView.vue#L112
'ProjectForm' is defined but never used
|
Pyright
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Frontend Unit Testing
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Frontend Unit Testing
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|