Skip to content

refactor: move to config providers and remove drivers collection #24

refactor: move to config providers and remove drivers collection

refactor: move to config providers and remove drivers collection #24

Triggered via push October 19, 2023 14:03
Status Failure
Total duration 2m 4s
Artifacts

checks.yml

on: push
Matrix: test / test_linux
Matrix: test / test_windows
Fit to window
Zoom out
Zoom in

Annotations

10 errors
typecheck / typecheck: examples/config/ally.ts#L5
Type '{ driver: string; clientId: string; clientSecret: string; callbackUrl: string; }' is not assignable to type 'AllyManagerDriverFactory | ConfigProvider<AllyManagerDriverFactory>'.
typecheck / typecheck: examples/config/ally.ts#L11
Type '{ driver: string; clientId: string; clientSecret: string; callbackUrl: string; }' is not assignable to type 'AllyManagerDriverFactory | ConfigProvider<AllyManagerDriverFactory>'.
typecheck / typecheck: examples/config/ally.ts#L17
Type '{ driver: string; clientId: string; clientSecret: string; callbackUrl: string; }' is not assignable to type 'AllyManagerDriverFactory | ConfigProvider<AllyManagerDriverFactory>'.
typecheck / typecheck: examples/config/ally.ts#L23
Type '{ driver: string; clientId: string; clientSecret: string; callbackUrl: string; }' is not assignable to type 'AllyManagerDriverFactory | ConfigProvider<AllyManagerDriverFactory>'.
typecheck / typecheck: examples/config/ally.ts#L29
Type '{ driver: string; clientId: string; clientSecret: string; callbackUrl: string; }' is not assignable to type 'AllyManagerDriverFactory | ConfigProvider<AllyManagerDriverFactory>'.
typecheck / typecheck: examples/config/ally.ts#L35
Type '{ driver: string; clientId: string; clientSecret: string; callbackUrl: string; }' is not assignable to type 'AllyManagerDriverFactory | ConfigProvider<AllyManagerDriverFactory>'.
typecheck / typecheck: examples/config/ally.ts#L41
Type '{ driver: string; clientId: string; clientSecret: string; callbackUrl: string; }' is not assignable to type 'AllyManagerDriverFactory | ConfigProvider<AllyManagerDriverFactory>'.
typecheck / typecheck: examples/config/ally.ts#L49
Type 'ConfigProvider<ResolvedConfig<Record<string, AllyManagerDriverFactory | ConfigProvider<AllyManagerDriverFactory>>>>' does not satisfy the constraint 'ConfigProvider<Record<string, AllyManagerDriverFactory>>'.
typecheck / typecheck: examples/discord.ts#L17
Property 'redirect' does not exist on type 'never'.
typecheck / typecheck: examples/discord.ts#L17
Parameter 'request' implicitly has an 'any' type.