fix(egh): create rails playlist with egh user id not instructor id #2353
ci.yaml
on: pull_request
build
1m 12s
lint
49s
format
1m 21s
typecheck
52s
Check Changeset
55s
Annotations
6 errors and 15 warnings
typecheck
Property 'name' does not exist on type '{ path?: string | undefined; id: number; email?: string | undefined; slug?: string | undefined; twitter?: string | undefined; website?: string | undefined; avatar_480_url?: string | undefined; ... 32 more ...; playlists_url?: string | undefined; }'.
|
typecheck
Property 'image' does not exist on type '{ path?: string | undefined; id: number; email?: string | undefined; slug?: string | undefined; twitter?: string | undefined; website?: string | undefined; avatar_480_url?: string | undefined; ... 32 more ...; playlists_url?: string | undefined; }'.
|
typecheck
Argument of type '{ id: number; name?: string | undefined; lessons_completed?: number | undefined; series_completed?: number | undefined; email?: string | undefined; is_unverified_email?: boolean | undefined; ... 65 more ...; api_v1_responses_url?: string | undefined; }' is not assignable to parameter of type '{ name: string; slug: string | undefined; email: string; avatar_url: string | undefined; website: string | undefined; twitter: string | undefined; instructorId: string | undefined; ... 4 more ...; instructor?: { ...; } | undefined; }'.
|
typecheck
Argument of type '{ id: number; name?: string | undefined; lessons_completed?: number | undefined; series_completed?: number | undefined; email?: string | undefined; is_unverified_email?: boolean | undefined; ... 65 more ...; api_v1_responses_url?: string | undefined; }' is not assignable to parameter of type '{ name: string; slug: string | undefined; email: string; avatar_url: string | undefined; website: string | undefined; twitter: string | undefined; instructorId: string | undefined; ... 4 more ...; instructor?: { ...; } | undefined; }'.
|
typecheck
egghead#typecheck: command (/home/runner/work/course-builder/course-builder/apps/egghead) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (1)
|
typecheck
Process completed with exit code 1.
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint:
cli/src/cli/index.ts#L83
Comment is not formatted correctly
|
lint:
cli/template/extras/src/server/auth-app/base.ts#L51
Comment is not formatted correctly
|
lint:
cli/template/extras/src/server/auth-app/with-drizzle.ts#L55
Comment is not formatted correctly
|
lint:
cli/template/extras/src/server/auth-app/with-prisma.ts#L54
Comment is not formatted correctly
|
lint:
cli/template/extras/src/server/auth-pages/base.ts#L52
Comment is not formatted correctly
|
lint:
cli/template/extras/src/server/auth-pages/with-drizzle.ts#L56
Comment is not formatted correctly
|
lint:
cli/template/extras/src/server/auth-pages/with-prisma.ts#L55
Comment is not formatted correctly
|
lint:
cli/template/extras/src/trpc/server.ts#L39
Comment is not formatted correctly
|
lint:
cli/template/extras/src/utils/api.ts#L24
Comment is not formatted correctly
|
lint:
cli/template/extras/src/utils/api.ts#L31
Comment is not formatted correctly
|
typecheck
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check Changeset
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
format
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|