Skip to content

Commit 1466556

Browse files
authored
fix: incorrect workflow schema reference (#104)
1 parent 4b19460 commit 1466556

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schemas/master.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
33
"oneOf": [
44
{
5-
"$ref": "workflow.schema.generated.json"
5+
"$ref": "workflow.schema.json"
66
},
77
{
88
"$ref": "lint.schema.json"
@@ -56,4 +56,4 @@
5656
}
5757
}
5858
]
59-
}
59+
}

0 commit comments

Comments
 (0)