Skip to content

feat(marketplace): added ability to install/uninstall tools #122

feat(marketplace): added ability to install/uninstall tools

feat(marketplace): added ability to install/uninstall tools #122

Triggered via pull request February 23, 2024 23:53
Status Failure
Total duration 54s
Artifacts

build-check.yml

on: pull_request
Build notes.web
44s
Build notes.web
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
Build notes.web: src/domain/user.repository.interface.ts#L2
Module '"./entities/EditorTool"' has no exported member 'AddedToolData'. Did you mean to use 'import AddedToolData from "./entities/EditorTool"' instead?
Build notes.web: src/domain/user.repository.interface.ts#L2
Module '"./entities/EditorTool"' has no exported member 'RemovedToolData'. Did you mean to use 'import RemovedToolData from "./entities/EditorTool"' instead?
Build notes.web: src/domain/user.service.ts#L6
Module '"./entities/EditorTool"' has no exported member 'AddedToolData'. Did you mean to use 'import AddedToolData from "./entities/EditorTool"' instead?
Build notes.web: src/domain/user.service.ts#L6
Module '"./entities/EditorTool"' has no exported member 'RemovedToolData'. Did you mean to use 'import RemovedToolData from "./entities/EditorTool"' instead?
Build notes.web: src/infrastructure/user.repository.ts#L7
Module '"@/domain/entities/EditorTool"' has no exported member 'AddedToolData'. Did you mean to use 'import AddedToolData from "@/domain/entities/EditorTool"' instead?
Build notes.web: src/infrastructure/user.repository.ts#L7
Module '"@/domain/entities/EditorTool"' has no exported member 'RemovedToolData'. Did you mean to use 'import RemovedToolData from "@/domain/entities/EditorTool"' instead?
Build notes.web
Process completed with exit code 2.
Build notes.web
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.