Skip to content

feat(move): move pages functionality #999

feat(move): move pages functionality

feat(move): move pages functionality #999

Triggered via pull request August 1, 2024 04:36
Status Failure
Total duration 2m 55s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

16 errors and 11 warnings
typecheck
isomer-studio#typecheck: command (/home/runner/work/isomer/isomer/apps/studio) /opt/hostedtoolcache/node/20.15.1/x64/bin/npm run typecheck exited (1)
typecheck
Type 'string' is not assignable to type 'number'.
typecheck
Argument of type '(prev: MovedItem[]) => (MovedItem | { resourceId: string; type: ResourceType; title: string; id: string; permalink: string; })[]' is not assignable to parameter of type 'SetStateAction<MovedItem[]>'.
typecheck
Argument of type 'number' is not assignable to parameter of type 'OperandValueExpressionOrList<DB, "Resource", "Resource.id">'.
typecheck
Argument of type 'number' is not assignable to parameter of type 'OperandValueExpressionOrList<DB, "Resource", "Resource.parentId">'.
typecheck
Argument of type 'number' is not assignable to parameter of type 'OperandValueExpressionOrList<DB, "Resource", "id">'.
typecheck
Type 'number' is not assignable to type 'ValueExpression<DB, "Resource", string | null> | undefined'.
typecheck
Argument of type 'number' is not assignable to parameter of type 'OperandValueExpressionOrList<DB, "Resource", "id">'.
typecheck
Process completed with exit code 1.
lint
isomer-studio#lint: command (/home/runner/work/isomer/isomer/apps/studio) /opt/hostedtoolcache/node/20.15.1/x64/bin/npm run lint -- --cache --cache-location node_modules/.cache/.eslintcache exited (1)
lint: apps/studio/src/features/editing-experience/components/MoveResourceModal/MoveResourceModal.tsx#L81
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
lint: apps/studio/src/features/editing-experience/components/MoveResourceModal/MoveResourceModal.tsx#L82
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
lint: apps/studio/src/features/editing-experience/components/MoveResourceModal/MoveResourceModal.tsx#L85
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
lint
Process completed with exit code 1.
test
isomer-studio#build: command (/home/runner/work/isomer/isomer/apps/studio) /opt/hostedtoolcache/node/20.15.1/x64/bin/npm run build exited (1)
test
Process completed with exit code 1.
lint: packages/components/src/interfaces/complex/Button.ts#L87
Unexpected any. Specify a different type
lint: packages/components/src/interfaces/complex/InfoCols.ts#L66
Unexpected any. Specify a different type
lint: packages/components/src/interfaces/complex/Infobar.ts#L52
Unexpected any. Specify a different type
lint: packages/components/src/interfaces/internal/ArticlePageHeader.ts#L21
Unexpected any. Specify a different type
lint: packages/components/src/interfaces/internal/Breadcrumb.ts#L7
Unexpected any. Specify a different type
lint: packages/components/src/interfaces/internal/CollectionCard.ts#L18
Unexpected any. Specify a different type
lint: packages/components/src/interfaces/internal/ContentPageHeader.ts#L37
Unexpected any. Specify a different type
lint: packages/components/src/interfaces/internal/Footer.ts#L36
Unexpected any. Specify a different type
lint: packages/components/src/interfaces/internal/Header.ts#L3
Unexpected any. Specify a different type
lint: packages/components/src/interfaces/internal/Masthead.ts#L3
Unexpected any. Specify a different type
test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: xom9ikk/dotenv@v2, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/