Skip to content

Refactor files organization and add task management functionality. #96

Refactor files organization and add task management functionality.

Refactor files organization and add task management functionality. #96

Triggered via push August 4, 2024 13:34
Status Failure
Total duration 34s
Artifacts

deploying.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
deploy: src/components/forms/LanguageForm.vue#L5
Property 'code' does not exist on type 'Record<string, any> | { regDate: string; lastModifiedDate: string; identifier: string; }'.
deploy: src/components/forms/project/ProjectForm.vue#L181
'index' is declared but its value is never read.
deploy: src/components/forms/project/TaskForm.vue#L5
Property 'id' does not exist on type 'Record<string, any> | { regDate: string; lastModifiedDate: string; identifier: string; }'.
deploy: src/components/lists/EmployeeList.vue#L29
Type '(keys: string[]) => void' is not assignable to type 'MaybeArray<OnUpdateCheckedRowKeys> | undefined'.
deploy: src/components/lists/LabelList.vue#L28
Type '(keys: string[]) => void' is not assignable to type 'MaybeArray<OnUpdateCheckedRowKeys> | undefined'.
deploy: src/components/lists/LanguageList.vue#L28
Type '(keys: string[]) => void' is not assignable to type 'MaybeArray<OnUpdateCheckedRowKeys> | undefined'.
deploy: src/components/lists/LanguageList.vue#L50
'usePositionStore' is declared but its value is never read.
deploy: src/components/lists/OrgCategoryList.vue#L28
Type '(keys: string[]) => void' is not assignable to type 'MaybeArray<OnUpdateCheckedRowKeys> | undefined'.
deploy: src/components/lists/OrganizationsList.vue#L29
Type '(keys: string[]) => void' is not assignable to type 'MaybeArray<OnUpdateCheckedRowKeys> | undefined'.
deploy: src/components/lists/PositionList.vue#L28
Type '(keys: string[]) => void' is not assignable to type 'MaybeArray<OnUpdateCheckedRowKeys> | undefined'.
deploy
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/