Skip to content

style: applied prettier #22

style: applied prettier

style: applied prettier #22

Triggered via push November 14, 2023 10:24
Status Failure
Total duration 58s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
test (E2E): src/components/SignIn.vue#L3
An import path can only end with a '.ts' extension when 'allowImportingTsExtensions' is enabled.
test (E2E): src/components/SignIn.vue#L9
Property 'signIn' does not exist on type 'SupabaseAuthClient'.
test (E2E): src/components/SignUp.vue#L9
Property 'user' does not exist on type 'AuthResponse'.
test (E2E): src/components/SignUp.vue#L9
Property 'user' does not exist on type '{ data: { user: User | null; session: Session | null; }; error: null; }'.
test (E2E): src/supabase/functions/checkSubscription/index.ts#L2
Cannot find name 'SUPABASE_URL'. Did you mean 'supabase'?
test (E2E): src/supabase/functions/checkSubscription/index.ts#L2
Cannot find name 'SUPABASE_ANON_KEY'.
test (E2E): src/supabase/functions/checkSubscription/index.ts#L3
Cannot find name 'STRIPE_SECRET_KEY'.
test (E2E): src/supabase/functions/checkSubscription/index.ts#L5
Parameter 'req' implicitly has an 'any' type.
test (E2E): src/supabase/functions/checkSubscription/index.ts#L5
Parameter 'res' implicitly has an 'any' type.
test (E2E): src/supabase/functions/stripeWebhook/index.ts#L1
Parameter 'req' implicitly has an 'any' type.