Skip to content

refactor(webhook): move selectedArticleId from context to choosingRep… #838

refactor(webhook): move selectedArticleId from context to choosingRep…

refactor(webhook): move selectedArticleId from context to choosingRep… #838

Triggered via push November 12, 2023 17:37
Status Failure
Total duration 1m 52s
Artifacts

ci.yml

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

Annotations

1 error and 5 warnings
install-and-test
Process completed with exit code 1.
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
install-and-test: src/webhook/__tests__/handlePostback.test.ts#L209
'event' is assigned a value but never used
install-and-test: src/webhook/index.ts#L23
'Context' is defined but never used