Skip to content

Implement real API calls, update forms and lists, add PositionList co… #92

Implement real API calls, update forms and lists, add PositionList co…

Implement real API calls, update forms and lists, add PositionList co… #92

Triggered via push July 25, 2024 22:21
Status Failure
Total duration 32s
Artifacts

deploying.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
deploy: src/components/forms/EmployeeForm.vue#L67
'computed' is declared but its value is never read.
deploy: src/components/forms/ProjectForm.vue#L181
'index' is declared but its value is never read.
deploy: src/components/lists/EmployeeList.vue#L28
Type '(keys: string[]) => void' is not assignable to type 'MaybeArray<OnUpdateCheckedRowKeys> | undefined'.
deploy: src/components/lists/OrganizationsList.vue#L28
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
Process completed with exit code 2.
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/