Skip to content

Commit

Permalink
Fix the CI validation script
Browse files Browse the repository at this point in the history
Signed-off-by: Charles d'Avernas <[email protected]>
  • Loading branch information
cdavernas committed Oct 7, 2024
1 parent de21a7a commit 1675bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/validation/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export module SWSchemaValidator {
addFormats(ajv);

const workflowSchemaId =
"https://serverlessworkflow.io/schemas/1.0.0/workflow.yaml";
"https://serverlessworkflow.io/schemas/1.0.0-alpha3/workflow.yaml";
const schemaPath = "../../../schema";
export const defaultEncoding = "utf-8";

Expand Down

0 comments on commit 1675bd8

Please sign in to comment.