Add AI Assistant and Settings to Dokploy #1573
pull-request.yml
on: pull_request
lint-and-typecheck
1m 18s
parallel-tests
1m 5s
build-and-test
0s
Annotations
10 errors and 2 warnings
lint-and-typecheck
Argument of type 'ZodObject<{ pin: ZodString; }, "strip", ZodTypeAny, { pin: string; }, { pin: string; }>' is not assignable to parameter of type 'ZodType<any, any, any>'.
|
lint-and-typecheck
Argument of type 'ZodObject<{ healthCheckSwarm: ZodNullable<ZodEffects<ZodEffects<ZodString, any, string>, any, string>>; restartPolicySwarm: ZodNullable<ZodEffects<ZodEffects<...>, any, string>>; ... 5 more ...; networkSwarm: ZodNullable<...>; }, "strip", ZodTypeAny, { ...; }, { ...; }>' is not assignable to parameter of type 'ZodType<any, any, any>'.
|
lint-and-typecheck
Argument of type 'ZodObject<{ replicas: ZodNumber; registryId: ZodString; }, "strip", ZodTypeAny, { replicas: number; registryId: string; }, { replicas: number; registryId: string; }>' is not assignable to parameter of type 'ZodType<any, any, any>'.
|
lint-and-typecheck
Argument of type 'ZodObject<{ command: ZodString; }, "strip", ZodTypeAny, { command: string; }, { command: string; }>' is not assignable to parameter of type 'ZodType<any, any, any>'.
|
lint-and-typecheck
Argument of type 'ZodObject<{ publishedPort: ZodNumber; targetPort: ZodNumber; protocol: ZodEnum<["tcp", "udp"]>; }, "strip", ZodTypeAny, { publishedPort: number; targetPort: number; protocol: "tcp" | "udp"; }, { ...; }>' is not assignable to parameter of type 'ZodType<any, any, any>'.
|
lint-and-typecheck
Argument of type 'ZodObject<{ publishedPort: ZodNumber; targetPort: ZodNumber; protocol: ZodEnum<["tcp", "udp"]>; }, "strip", ZodTypeAny, { publishedPort: number; targetPort: number; protocol: "tcp" | "udp"; }, { ...; }>' is not assignable to parameter of type 'ZodType<any, any, any>'.
|
lint-and-typecheck
Argument of type 'ZodObject<{ regex: ZodString; permanent: ZodDefault<ZodBoolean>; replacement: ZodString; }, "strip", ZodTypeAny, { regex: string; replacement: string; permanent: boolean; }, { ...; }>' is not assignable to parameter of type 'ZodType<any, any, any>'.
|
lint-and-typecheck
Argument of type 'ZodObject<{ regex: ZodString; permanent: ZodDefault<ZodBoolean>; replacement: ZodString; }, "strip", ZodTypeAny, { regex: string; replacement: string; permanent: boolean; }, { ...; }>' is not assignable to parameter of type 'ZodType<any, any, any>'.
|
lint-and-typecheck
Argument of type 'ZodObject<{ username: ZodString; password: ZodString; }, "strip", ZodTypeAny, { password: string; username: string; }, { password: string; username: string; }>' is not assignable to parameter of type 'ZodType<any, any, any>'.
|
lint-and-typecheck
Argument of type 'ZodObject<{ username: ZodString; password: ZodString; }, "strip", ZodTypeAny, { password: string; username: string; }, { password: string; username: string; }>' is not assignable to parameter of type 'ZodType<any, any, any>'.
|
parallel-tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint-and-typecheck
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|