Feature: chat ai #2063
CI.yml
on: pull_request
Setup app
3m 11s
Delete bot comment(s)
4s
Check branch name
2s
Check dependencies
34s
E2E tests
0s
Annotations
2 errors and 14 warnings
Code style
Process completed with exit code 1.
|
Unit tests
Process completed with exit code 1.
|
Check branch name
The following actions uses node12 which is deprecated and will be forced to run on node16: deepakputhraya/action-branch-name@master. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Check branch name
The following actions use a deprecated Node.js version and will be forced to run on node20: deepakputhraya/action-branch-name@master. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Setup app
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3, actions/cache/save@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Code style
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Code style:
src/components/drawer/ComponentDetailPanel.vue#L200
Invalid JSDoc @param "id" type "String"; prefer: "string"
|
Code style:
src/composables/PluginManager.js#L303
Missing JSDoc comment
|
Code style:
src/layouts/ModelizerDrawLayout.vue#L22
Expected '#before' instead of 'v-slot:before'
|
Code style:
src/layouts/ModelizerDrawLayout.vue#L25
Expected '#after' instead of 'v-slot:after'
|
Code style:
src/layouts/ModelizerDrawLayout.vue#L138
Missing JSDoc @param "event.id" declaration
|
Code style:
src/layouts/ModelizerDrawLayout.vue#L140
Missing @param "event.id"
|
Code style:
src/layouts/ModelizerTextLayout.vue#L15
Expected '#before' instead of 'v-slot:before'
|
Code style:
src/services/UserService.js#L24
Invalid JSDoc @returns type "Object"; prefer: "object"
|
Check dependencies
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Unit tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|