Skip to content

refactor: convert choosingArticle handler to Typescript #743

refactor: convert choosingArticle handler to Typescript

refactor: convert choosingArticle handler to Typescript #743

Triggered via push October 8, 2023 05:11
Status Failure
Total duration 1m 54s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: push
install-and-test
1m 43s
install-and-test
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 3 warnings
install-and-test: src/lib/gql.ts#L1
Argument of type '({ message }: { message: any; }) => any' is not assignable to parameter of type '(value: unknown, index: number, array: unknown[]) => any'.
install-and-test: src/webhook/handlers/processMedia.ts#L1
Type 'Context | Record<string, never>' is not assignable to type 'Context'.
install-and-test: src/webhook/index.ts#L1
'postbackData' is of type 'unknown'.
install-and-test: src/webhook/index.ts#L1
'postbackData' is of type 'unknown'.
install-and-test: src/webhook/index.ts#L1
'postbackData' is of type 'unknown'.
install-and-test
Process completed with exit code 2.
install-and-test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
install-and-test: src/liff/components/ArticleCard.svelte#L104
A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event
install-and-test: src/liff/components/Card.svelte#L24
A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event