Skip to content

Commit

Permalink
fix: name
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyreilly committed Jan 2, 2024
1 parent a3e8624 commit 52d8b10
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Schemar"
name: "Schemar CI Action"
description: "Validate structured data on a website"
author: "johnnyreilly"

Expand Down
64 changes: 32 additions & 32 deletions dist/validationResult.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ declare const nodeSchema: z.ZodObject<{
SPORE: string;
}>;
}, "strip", z.ZodTypeAny, {
begin: number;
end: number;
ownerSet: {
SPORE: boolean;
};
begin: number;
end: number;
errorType: string;
args: string[];
isSevere: boolean;
Expand All @@ -93,11 +93,11 @@ declare const nodeSchema: z.ZodObject<{
SPORE: string;
};
}, {
begin: number;
end: number;
ownerSet: {
SPORE: boolean;
};
begin: number;
end: number;
errorType: string;
args: string[];
isSevere: boolean;
Expand Down Expand Up @@ -130,11 +130,11 @@ declare const nodeSchema: z.ZodObject<{
numWarnings: z.ZodNumber;
}, "strip", z.ZodTypeAny, {
errors: {
begin: number;
end: number;
ownerSet: {
SPORE: boolean;
};
begin: number;
end: number;
errorType: string;
args: string[];
isSevere: boolean;
Expand Down Expand Up @@ -170,11 +170,11 @@ declare const nodeSchema: z.ZodObject<{
} | undefined;
}, {
errors: {
begin: number;
end: number;
ownerSet: {
SPORE: boolean;
};
begin: number;
end: number;
errorType: string;
args: string[];
isSevere: boolean;
Expand Down Expand Up @@ -279,11 +279,11 @@ export declare const validationResultSchema: z.ZodObject<{
SPORE: string;
}>;
}, "strip", z.ZodTypeAny, {
begin: number;
end: number;
ownerSet: {
SPORE: boolean;
};
begin: number;
end: number;
errorType: string;
args: string[];
isSevere: boolean;
Expand All @@ -292,11 +292,11 @@ export declare const validationResultSchema: z.ZodObject<{
SPORE: string;
};
}, {
begin: number;
end: number;
ownerSet: {
SPORE: boolean;
};
begin: number;
end: number;
errorType: string;
args: string[];
isSevere: boolean;
Expand Down Expand Up @@ -329,11 +329,11 @@ export declare const validationResultSchema: z.ZodObject<{
numWarnings: z.ZodNumber;
}, "strip", z.ZodTypeAny, {
errors: {
begin: number;
end: number;
ownerSet: {
SPORE: boolean;
};
begin: number;
end: number;
errorType: string;
args: string[];
isSevere: boolean;
Expand Down Expand Up @@ -369,11 +369,11 @@ export declare const validationResultSchema: z.ZodObject<{
} | undefined;
}, {
errors: {
begin: number;
end: number;
ownerSet: {
SPORE: boolean;
};
begin: number;
end: number;
errorType: string;
args: string[];
isSevere: boolean;
Expand Down Expand Up @@ -419,11 +419,11 @@ export declare const validationResultSchema: z.ZodObject<{
numWarnings: number;
nodes: {
errors: {
begin: number;
end: number;
ownerSet: {
SPORE: boolean;
};
begin: number;
end: number;
errorType: string;
args: string[];
isSevere: boolean;
Expand Down Expand Up @@ -467,11 +467,11 @@ export declare const validationResultSchema: z.ZodObject<{
numWarnings: number;
nodes: {
errors: {
begin: number;
end: number;
ownerSet: {
SPORE: boolean;
};
begin: number;
end: number;
errorType: string;
args: string[];
isSevere: boolean;
Expand Down Expand Up @@ -533,11 +533,11 @@ export declare const validationResultSchema: z.ZodObject<{
SPORE: string;
}>;
}, "strip", z.ZodTypeAny, {
begin: number;
end: number;
ownerSet: {
SPORE: boolean;
};
begin: number;
end: number;
errorType: string;
args: string[];
isSevere: boolean;
Expand All @@ -546,11 +546,11 @@ export declare const validationResultSchema: z.ZodObject<{
SPORE: string;
};
}, {
begin: number;
end: number;
ownerSet: {
SPORE: boolean;
};
begin: number;
end: number;
errorType: string;
args: string[];
isSevere: boolean;
Expand All @@ -574,11 +574,11 @@ export declare const validationResultSchema: z.ZodObject<{
numWarnings: number;
nodes: {
errors: {
begin: number;
end: number;
ownerSet: {
SPORE: boolean;
};
begin: number;
end: number;
errorType: string;
args: string[];
isSevere: boolean;
Expand Down Expand Up @@ -619,11 +619,11 @@ export declare const validationResultSchema: z.ZodObject<{
}[] | undefined;
html?: string | undefined;
errors?: {
begin: number;
end: number;
ownerSet: {
SPORE: boolean;
};
begin: number;
end: number;
errorType: string;
args: string[];
isSevere: boolean;
Expand All @@ -645,11 +645,11 @@ export declare const validationResultSchema: z.ZodObject<{
numWarnings: number;
nodes: {
errors: {
begin: number;
end: number;
ownerSet: {
SPORE: boolean;
};
begin: number;
end: number;
errorType: string;
args: string[];
isSevere: boolean;
Expand Down Expand Up @@ -690,11 +690,11 @@ export declare const validationResultSchema: z.ZodObject<{
}[] | undefined;
html?: string | undefined;
errors?: {
begin: number;
end: number;
ownerSet: {
SPORE: boolean;
};
begin: number;
end: number;
errorType: string;
args: string[];
isSevere: boolean;
Expand Down

0 comments on commit 52d8b10

Please sign in to comment.