Skip to content

Commit 1675bd8

Browse files
committed
Fix the CI validation script
Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
1 parent de21a7a commit 1675bd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/validation/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export module SWSchemaValidator {
2525
addFormats(ajv);
2626

2727
const workflowSchemaId =
28-
"https://serverlessworkflow.io/schemas/1.0.0/workflow.yaml";
28+
"https://serverlessworkflow.io/schemas/1.0.0-alpha3/workflow.yaml";
2929
const schemaPath = "../../../schema";
3030
export const defaultEncoding = "utf-8";
3131

0 commit comments

Comments
 (0)