Skip to content

Optional settings for image, title, desc #15

Optional settings for image, title, desc

Optional settings for image, title, desc #15

Triggered via pull request July 11, 2024 10:04
Status Failure
Total duration 56s
Artifacts

ci.yml

on: pull_request
Matrix: build-ci
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
build-ci (18.x): src/components/dialect/ui/ActionContainer.tsx#L398
Type 'string | null' is not assignable to type 'string'.
build-ci (18.x): src/components/dialect/ui/ActionContainer.tsx#L399
Type 'string | null' is not assignable to type 'string'.
build-ci (18.x): src/components/dialect/ui/ActionContainer.tsx#L402
Type 'string | null' is not assignable to type 'string | undefined'.
build-ci (18.x): src/index.ts#L13
Type '{ poolId: null; poolSlug: null; poolName: null; debug: true; showImage: true; showTitle: true; showDescription: true; }' is not assignable to type 'Configurations'.
build-ci (18.x): test/common.ts#L4
Type '{ poolId: string; poolName: string; poolSlug: string; classPrefix: string; }' is not assignable to type 'Configurations'.
build-ci (18.x)
Process completed with exit code 2.
build-ci (18.x)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, 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/