Skip to content

feat: add bluesky as a provider #385

feat: add bluesky as a provider

feat: add bluesky as a provider #385

Re-run triggered January 31, 2025 23:09
Status Failure
Total duration 49s
Artifacts

autofix.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
lint: src/runtime/server/lib/webauthn/authenticate.ts#L11
The inferred type of 'defineWebAuthnAuthenticateEventHandler' cannot be named without a reference to '.pnpm/@SimpleWebAuthn[email protected]/node_modules/@simplewebauthn/types'. This is likely not portable. A type annotation is necessary.
lint: src/runtime/server/lib/webauthn/register.ts#L12
The inferred type of 'defineWebAuthnRegisterEventHandler' cannot be named without a reference to '.pnpm/@SimpleWebAuthn[email protected]/node_modules/@simplewebauthn/types'. This is likely not portable. A type annotation is necessary.
lint: src/module.ts#L264
Element implicitly has an 'any' type because expression of type 'OAuthProvider' can't be used to index type '{ github: { clientId: string; clientSecret: string; redirectURL: string; }; gitlab: { clientId: string; clientSecret: string; redirectURL: string; baseURL: string; }; spotify: { clientId: string; clientSecret: string; redirectURL: string; }; ... 30 more ...; apple: { ...; }; }'.
lint: src/runtime/server/lib/webauthn/authenticate.ts#L11
The inferred type of 'defineWebAuthnAuthenticateEventHandler' cannot be named without a reference to '.pnpm/@SimpleWebAuthn[email protected]/node_modules/@simplewebauthn/types'. This is likely not portable. A type annotation is necessary.
lint: src/runtime/server/lib/webauthn/register.ts#L12
The inferred type of 'defineWebAuthnRegisterEventHandler' cannot be named without a reference to '.pnpm/@SimpleWebAuthn[email protected]/node_modules/@simplewebauthn/types'. This is likely not portable. A type annotation is necessary.
lint: src/module.ts#L264
Element implicitly has an 'any' type because expression of type 'OAuthProvider' can't be used to index type '{ github: { clientId: string; clientSecret: string; redirectURL: string; }; gitlab: { clientId: string; clientSecret: string; redirectURL: string; baseURL: string; }; spotify: { clientId: string; clientSecret: string; redirectURL: string; }; ... 30 more ...; apple: { ...; }; }'.
lint
Process completed with exit code 1.