Skip to content

[options]: Migrate to Svelte and TypeScript for Dynamic & Type-Safety #7

[options]: Migrate to Svelte and TypeScript for Dynamic & Type-Safety

[options]: Migrate to Svelte and TypeScript for Dynamic & Type-Safety #7

Triggered via pull request December 29, 2023 09:42
Status Failure
Total duration 46s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
build: src/content_scripts/core/pictureInPicture.ts#L66
'event' is declared but its value is never read.
build: src/content_scripts/modules/youtube/routes/playlist/addMetadataToppings.ts#L49
Argument of type '(response: YouTubePlaylistMetadata) => void' is not assignable to parameter of type '(value: YouTubeToppingsResponse) => void | PromiseLike<void>'.
build: src/content_scripts/modules/youtube/routes/watch/index.ts#L137
'reject' is declared but its value is never read.
build: src/content_scripts/modules/youtube/routes/watch/index.ts#L213
'reject' is declared but its value is never read.
build: src/content_scripts/modules/youtube/routes/watch/index.ts#L244
'event' is declared but its value is never read.
build: src/content_scripts/modules/youtube/routes/watch/index.ts#L265
'event' is declared but its value is never read.
build: src/content_scripts/modules/youtube/routes/watch/index.ts#L279
'event' is declared but its value is never read.
build: src/content_scripts/utils/loadElement.ts#L17
'reject' is declared but its value is never read.
build
Process completed with exit code 2.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/