Skip to content

chore: add index.yml #12

chore: add index.yml

chore: add index.yml #12

Triggered via push January 15, 2024 12:07
Status Failure
Total duration 27s
Billable time 1m
Artifacts

check.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
check: src/utils/mock.ts#L67
Class 'import("/home/runner/work/web-greeter-theme/web-greeter-theme/src/utils/mock").Signal' incorrectly implements class 'import("/home/runner/work/web-greeter-theme/web-greeter-theme/node_modules/.pnpm/nody-greeter-types@1.1.0/node_modules/nody-greeter-types/index").Signal'. Did you mean to extend 'import("/home/runner/work/web-greeter-theme/web-greeter-theme/node_modules/.pnpm/nody-greeter-types@1.1.0/node_modules/nody-greeter-types/index").Signal' and inherit its members as a subclass?
check: src/utils/mock.ts#L100
Property 'authentication_complete' in type 'Greeter' is not assignable to the same property in base type 'Greeter'.
check: src/utils/mock.ts#L101
Property 'autologin_timer_expired' in type 'Greeter' is not assignable to the same property in base type 'Greeter'.
check: src/utils/mock.ts#L102
Property 'idle' in type 'Greeter' is not assignable to the same property in base type 'Greeter'.
check: src/utils/mock.ts#L103
Property 'reset' in type 'Greeter' is not assignable to the same property in base type 'Greeter'.
check: src/utils/mock.ts#L104
Property 'show_message' in type 'Greeter' is not assignable to the same property in base type 'Greeter'.
check: src/utils/mock.ts#L105
Property 'show_prompt' in type 'Greeter' is not assignable to the same property in base type 'Greeter'.
check: src/utils/mock.ts#L106
Property 'brightness_update' in type 'Greeter' is not assignable to the same property in base type 'Greeter'.
check: src/utils/mock.ts#L107
Property 'battery_update' in type 'Greeter' is not assignable to the same property in base type 'Greeter'.
check: src/utils/mock.ts#L355
'only_images' is declared but its value is never read.